nPerlinNoise icon indicating copy to clipboard operation
nPerlinNoise copied to clipboard

No module named `nPerlinNoise` but importing `NPerlinNoise` works

Open stymbhrdwj opened this issue 1 year ago • 4 comments

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.

stymbhrdwj avatar Jan 14 '24 20:01 stymbhrdwj