"ImportError: No module named src.feedspora"
curchunflo13 opened this issue · 1 comments
curchunflo13 commented
Hello, when I run python setup.py I get this output error, could you help me please?
feedspora-master$ python setup.py
Traceback (most recent call last):
File "setup.py", line 6, in
from src.feedspora import version
ImportError: No module named src.feedspora
manumacron commented
I got the same issue. My distribution do not link python3 with the command python
I fixed the issue in using the command python3
and pip3