-
Notifications
You must be signed in to change notification settings - Fork 230
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
Gettting 'Exception: ERROR: The 'make' utility is missing from PATH' error while installing pynacl in python 3.7 #442
Comments
This is probably because with other python versions you were getting a binary wheel, but on python 3.7 you need to compile from source. As the error message says, you need to have |
Thanks alex File "setup.py", line 159, in run ---> tried to compile from source, C:\Users\nreddyp\Downloads\pynacl-master>python setup.py install |
Is |
I'm not sure what to suggest, I'd recommend getting in there with a pdb and attempting to debug this yourself. |
not sure why , even though 'make' is installed still it is showing above error, |
Hello All
Please help in installing pynacl in python 3.7
The text was updated successfully, but these errors were encountered: