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
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