-
Notifications
You must be signed in to change notification settings - Fork 2
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
No module named nPerlinNoise
but importing NPerlinNoise
works
#24
Comments
nPerlinNoise
but importing NPerlinNoise
works
Same with me! That's annoying, but still usable so until it gets fixed at least I can still use it. I was starting to get concerned that I couldn't use it. |
@Tsunami014 @stymbhrdwj, thanks for pointing it out. will change it when I get time. |
Installing via |
seems like this commit 66c2c41 was the reason, I don't remember which exact commit was pinned to the v0.14 release. |
I created a new conda environment with Python version 3.11.7 and performed the package installation via the command
pip install nPerlinNoise
as mentioned in the documentation.Expected behaviour:
import nPerlinNoise as nPN
is successful.Observation:
The command throws a module not found error. However, running
import NPerlinNoise
works.The text was updated successfully, but these errors were encountered: