You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i tried another machine with pip 19.2.3, that one had pynacl 1.3.0 but when i tried installing the latest pynacl, its said -
File "C:\Users\rgarodia\AppData\Local\Temp\pip-install-07aqe1tz\pynacl\setup.py", line 141, in run
raise Exception("ERROR: The 'make' utility is missing from PATH")
Exception: ERROR: The 'make' utility is missing from PATH
is there any such limitation to have the latest pip version for pynacl ?
The limitation is that older pip doesn't recognize the abi tags on our wheels. Upgrade to the latest pip and you will very likely get a wheel in both cases.
change made in "stop using distutils (#727)" causing
[2022-01-12T16:32:58.769Z] Collecting pynacl>=1.0.1 (from paramiko->-r ./requirements.txt (line 6))
[2022-01-12T16:32:59.024Z] Downloading https://repo.lab.pl.alcatel-lucent.com/api/pypi/python/packages/packages/a7/22/27582568be639dfe22ddb3902225f91f2f17ceff88ce80e4db396c8986da/PyNaCl-1.5.0.tar.gz (3.4MB)
[2022-01-12T16:32:59.966Z] Complete output from command python setup.py egg_info:
[2022-01-12T16:32:59.966Z] Traceback (most recent call last):
[2022-01-12T16:32:59.967Z] File "", line 1, in
[2022-01-12T16:32:59.967Z] File "/tmp/pip-build-qsi0m21x/pynacl/setup.py", line 29, in
[2022-01-12T16:32:59.967Z] from setuptools.command.build_clib import build_clib as _build_clib
[2022-01-12T16:32:59.967Z] ModuleNotFoundError: No module named 'setuptools.command.build_clib'
[2022-01-12T16:32:59.967Z]
[2022-01-12T16:32:59.967Z] ----------------------------------------
[2022-01-12T16:32:59.967Z] Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-qsi0m21x/pynacl/
The text was updated successfully, but these errors were encountered: