Giter VIP home page Giter VIP logo

Comments (4)

jamadden avatar jamadden commented on August 18, 2024

What are the details about your Python installation (exact version, platform tag)?

How did you install zodbpickle? via pip? Did it compile from source or choose the egg or exe installer?

If you're not sure, try creating a new virtual environment and running its pip install -v zodbpickle. If that still fails, try (after uninstalling zodbpickle, or in a new venv) pip install -v --no-binary :all: zodbpickle. The logs from those cases could be useful.

from zodbpickle.

aidiss avatar aidiss commented on August 18, 2024

Python 3.4.4 |Anaconda 2.1.0 (64-bit)| (default, Feb 16 2016, 09:54:04) [MSC v.1
600 64 bit (AMD64)] on win32

I installed ZODB by pip install zodb
I will try creating a new virtual environment later and get bet with more details

from zodbpickle.

jamadden avatar jamadden commented on August 18, 2024

Are there any updates on this?

from zodbpickle.

tseaver avatar tseaver commented on August 18, 2024

I cannot see any way for the import of zodbpickle._pickle to raise a UnicodeDecdeError, unless somehow the C files were transcoded to a non-UTF8 encoding during save?

The module initialization doesn't touch anything Unicode related: it initializes its types and exceptions, and sets them into its dictionary using ASCII names.

@aidiss Please reopen if you can supply any further information.

from zodbpickle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.