Closed gpzope closed 4 years ago
While at first sight, this seems not to be a Zope problem, as we have no influence on how your venv is setup.
When googling for this very error message, I found the following entry by @pganssle ( https://github.com/pypa/setuptools/issues/1934#issuecomment-561938312 ) which suggests, this could be fixed on our side by shipping a pyproject.toml. Buut.. this should not be necessary as we do ship wheels - see here https://pypi.org/project/Zope/#files
That said, I cannot reproduce the problem neither with virtualenv
nor with venv
.
P.S.: @gpzope please provide the complete traceback
There's no actual problem here. If the virtual environment does not have access to wheel
you will see a warning because some packages are installed from tarball eggs instead of wheels. The buildout will always succeed.
This is essentially a documentation issue. I have updated the install documentation to install wheel
alongside zc.buildout
after initializing the virtual environment and before running the buildout.
BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)
What I did:
When I tried to install Zope-5.0 following the direction here: https://zope.readthedocs.io/en/latest/INSTALL.html with Built-in standard buildout configuration I got: WARNING: The wheel package is not available
So, what I did was:
And it worked just fine!
Edit by jugmac00
wheel
manually