zopefoundation / zodbpickle

Fork of Python's pickle module to work with ZODB
Other
17 stars 15 forks source link

When installing ZODB with pip, the zodbpickle failed building wheel #86

Closed ClaudioRibeiro2 closed 6 months ago

ClaudioRibeiro2 commented 6 months ago

BUG/PROBLEM REPORT / FEATURE REQUEST

What I did:

Tried to install ZODB framework with pip 24.0

What I expect to happen:

Install the ZODB framework.

What actually happened:

When installing ZODB framework this error occur in your library

ERROR: Failed building wheel for zodbpickle Running setup.py clean for zodbpickle Failed to build zodbpickle ERROR: Could not build wheels for zodbpickle, which is required to install pyproject.toml-based projects

Did only work when i put this command pip install zodbpickle==3.2

What version of Python and Zope/Addons I am using:

Windows 10 Enterprise 22H2

Python 3.12.1

ClaudioRibeiro2 commented 6 months ago

Sorry, this error was just happening in the college laptops