aurelg / feedspora

FeedSpora posts RSS/Atom feeds to your social network accounts.
35 stars 6 forks source link

"ImportError: No module named src.feedspora" #72

Open curchunflo13 opened 5 years ago

curchunflo13 commented 5 years ago

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 3 years ago

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