Hello,
I'm trying to use the noise library from inside docker alpine.
Installing noise with pip is okay, but when I try to import it I get this error message :
Traceback (most recent call last):
File "map_generator.py", line 1, in <module>
import noise
File "/usr/lib/python3.7/site-packages/noise/__init__.py", line 12, in <module>
from . import _perlin, _simplex
ImportError: Error relocating /usr/lib/python3.7/site-packages/noise/_perlin.cpython-37m-x86_64-linux-gnu.so: grad2: symbol not found
Any idea on how to fix this ?
Hello,
I'm trying to use the noise library from inside docker alpine.
Installing noise with pip is okay, but when I try to import it I get this error message :
Any idea on how to fix this ?