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.