-
Notifications
You must be signed in to change notification settings - Fork 69
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
Cant install noise via pip #32
Comments
Might be related to Slicer/Slicer#4954 (comment) |
i got the same error, did you manage to fix it? |
I'm currently using Python 3.9.4 and I tried installing noise using
|
I'm getting the same "error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https:/ |
Noise module used in minimal (https://github.com/caseman/noise) has pip install issues (caseman/noise#32) in newer python versions and environments. As well, it seems largely unmaintained. Solution was to take pure python implementation listed in repo and implement it as standalone in minimal. If package were to be maintained or have issue resolved, it would be recommended to go back to that implementation.
i am having the same error can someone please fix this, i need this libary |
i tried to install noise using pip but i got this error
i'm using python 3.7
The text was updated successfully, but these errors were encountered: