ethereon / lycon

A minimal and fast image library for Python and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named '_lycon'

935963004 opened this issue · comments

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!