Skip to content
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

Can't import noise #30

Open
glyme6139 opened this issue Jan 8, 2020 · 0 comments
Open

Can't import noise #30

glyme6139 opened this issue Jan 8, 2020 · 0 comments

Comments

@glyme6139
Copy link

glyme6139 commented Jan 8, 2020

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

@glyme6139 glyme6139 changed the title Can't use lib on pypy3 Can't import noise Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant