ethereon / lycon

A minimal and fast image library for Python and C++
Other
287 stars 27 forks source link

ModuleNotFoundError: No module named '_lycon' #23

Open 935963004 opened 3 years ago

935963004 commented 3 years ago

Hello, I used the source code to install in my Anaconda environment but found the error:

import lycon Traceback (most recent call last): File "", line 1, in File "/home/l00471854/anaconda3/envs/py36/lib/python3.6/site-packages/lycon-0.2.0-py3.6-linux-x86_64.egg/lycon/init.py", line 1, in File "/home/l00471854/anaconda3/envs/py36/lib/python3.6/site-packages/lycon-0.2.0-py3.6-linux-x86_64.egg/lycon/core.py", line 1, in ModuleNotFoundError: No module named '_lycon'

Could you please tell me how to solve it? Thanks a lot!