feedspora icon indicating copy to clipboard operation
feedspora copied to clipboard

"ImportError: No module named src.feedspora"

Open curchunflo13 opened this issue 6 years ago • 1 comments

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

curchunflo13 avatar Aug 15 '19 16:08 curchunflo13

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

manumacron avatar Jan 28 '21 01:01 manumacron