nPerlinNoise
nPerlinNoise copied to clipboard
No module named `nPerlinNoise` but importing `NPerlinNoise` works
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.
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. or if possible, you guys are more than welcome to create a PR to fix this
Installing via pip install git+https://github.com/amithm3/nPerlinNoise/ has the correct package name. I extracted the .whl file and saw the folder name for the package is incorrect i.e. with the capital N. Any idea how I can fix that?
Installing via
pip install git+https://github.com/amithm3/nPerlinNoise/has the correct package name. I extracted the .whl file and saw the folder name for the package is incorrect i.e. with the capital N. Any idea how I can fix that?
seems like this commit 66c2c41 was the reason, I don't remember which exact commit was pinned to the v0.14 release. a new release should fix it