-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mentioning wheel in pypi install docs #1086
Comments
Hi,
I'll try to install wheel as you say to see whether this problem can be solved. |
One way to fix this would be to move to |
I think typically We do now use a pyproject.toml file, but I expect once pip has downloaded the sdist to see it, it will be committed to building from the sdist and will not go back to try a wheel instead. So updating the documentation now that wheels are commonplace suffices. |
It would be helpful to mention that
wheel
is required for the non-legacy install w pypi:https://pysam.readthedocs.io/en/latest/installation.html#pypi-installation
Here is an install attempt on a fresh venv with/ without wheel:
^ let it run for ~3min then killed it
Recreated venv, installed wheel, and retried:
The text was updated successfully, but these errors were encountered: