Hello, I recently wanted to move and use pypy3 but when I want to import the nosie lib I got the same message as the isssue #21
the problem doesn't comes from pypy3 but still
"
Traceback (most recent call last):
File "", line 1, in
File "C:\pypy3.6-v7.3.0-win32\lib-python\3\noise_init_.py", line 12, in
from . import _perlin, _simplex
ImportError: cannot import name '_perlin'
"
I tried moving files into my project, moving the noise directory to another location also try to install it with the setup.py but doesn't work too. And finaly I tried using the wheel to install the module but it won't work anyways.
btw I remember having problems using this lib to with classic python 3.7
i'm on windows 10
i use PyPy 7.3.0 with MSC v.1911 32 bit
sorry for the bad english
Hello, I recently wanted to move and use pypy3 but when I want to import the nosie lib I got the same message as the isssue #21
the problem doesn't comes from pypy3 but still
"
Traceback (most recent call last):
File "", line 1, in
File "C:\pypy3.6-v7.3.0-win32\lib-python\3\noise_init_.py", line 12, in
from . import _perlin, _simplex
ImportError: cannot import name '_perlin'
"
I tried moving files into my project, moving the noise directory to another location also try to install it with the setup.py but doesn't work too. And finaly I tried using the wheel to install the module but it won't work anyways.
btw I remember having problems using this lib to with classic python 3.7
i'm on windows 10
i use PyPy 7.3.0 with MSC v.1911 32 bit
sorry for the bad english