Skip to content
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

Closed
Nirosh-123 opened this issue Jun 19, 2018 · 6 comments

Comments

@Nirosh-123
Copy link

Hello All

Please help in installing pynacl in python 3.7

@alex
Copy link
Member

alex commented Jun 19, 2018

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 make installed.

@alex alex closed this as completed Jun 19, 2018
@Nirosh-123
Copy link
Author

Nirosh-123 commented Jun 19, 2018

Thanks alex
But I have 'make' in pc below are the outputs,

File "setup.py", line 159, in run
raise Exception("ERROR: The 'make' utility is missing from PATH")
Exception: ERROR: The 'make' utility is missing from PATH

---> tried to compile from source,

C:\Users\nreddyp\Downloads\pynacl-master>python setup.py install
still getting same error

@alex
Copy link
Member

alex commented Jun 19, 2018

Is make on your PATH?

@Nirosh-123
Copy link
Author

Nirosh-123 commented Jun 19, 2018

yea its there

image

@alex
Copy link
Member

alex commented Jun 19, 2018

I'm not sure what to suggest, I'd recommend getting in there with a pdb and attempting to debug this yourself.

@Nirosh-123
Copy link
Author

not sure why , even though 'make' is installed still it is showing above error,

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants