-
Notifications
You must be signed in to change notification settings - Fork 250
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
PyBuilder issue while installing Crypto libs on Mac OS Big Sur #777
Comments
Could you please install |
@rakshit-jain ping |
Acknowledged |
I am getting the below error. Any suggestions? This is the output of PyBuilder version 0.13.0.dev20210908053645 |
Please run with |
|
Hmm... I can't seem to reproduce this issue on GitHub Actions with BigSur and Homebrew. Could you please check to see the logs if anything jumps at you as different from how your system is configured? |
@rakshit-jain Please test with the latest |
It took me a long to test because of the weekend. I have tested with the latest build and it's working as expected. Great work. |
Vendorize latest virtualenv with cleanup fixes fixes pybuilder#795, pybuilder#777, pybuilder#774, pybuilder#771
Vendorize latest virtualenv with cleanup fixes Bump version to 0.13.0 fixes pybuilder#795, pybuilder#777, pybuilder#774, pybuilder#771
Vendorize latest virtualenv with cleanup fixes Bump version to 0.13.0 fixes pybuilder#795, pybuilder#777, pybuilder#774, pybuilder#771
Vendorize latest virtualenv with cleanup fixes Bump version to 0.13.0 fixes pybuilder#795, pybuilder#777, pybuilder#774, pybuilder#771
I am facing a weird issue while using PYB in my python virtual env. PYB is unable to install some dependencies on Mac OS Big Sur. I tried to read about this issue and came to know it’s fixed in the latest PIP version i.e. 21.2.2.
As you already know PyBuilder 0.12.10 uses 20.2.3 which is not compatible with crypto libraries on Mac OS Big Sur. This is a dependency resolution issue that can be fixed if packaged PIP version in PYB can be upgraded to the latest one.
ERROR: Failed building wheel for wrapt
Running setup.py clean for wrapt
Failed to build cryptography MarkupSafe wrapt
ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
WARNING: You are using pip version 20.2.3; however, version 21.2.2 is available.
Python Version: Python 3.7.11 (On MAC and Virtual Env)
PIP version : 21.2.2 (On MAC and virtual env)
PYB version: 0.12.10
The text was updated successfully, but these errors were encountered: