mvabdi / vsco-scraper

Easily allows for scraping a VSCO
MIT License
132 stars 25 forks source link

ImportError: No module named vscoscrape #7

Closed hasangokdag closed 6 years ago

hasangokdag commented 6 years ago

Hello, When i run: vsco-scraper username -i I get:

File "/home/user/.local/bin/vsco-scraper", line 7, in <module>
    from vscoscrape import main
  File "/home/user/.local/lib/python2.7/site-packages/vscoscrape/__init__.py", line 1, in <module>
    from vscoscrape.vscoscrape import *
ImportError: No module named vscoscrape

I think I followed the README well but I m probably doing something wrong with Python versions(I have 2.7-3.5.2 and 3.7 somehow). I am geting this error on Linux by the way.

mvabdi commented 6 years ago

Use python 3, not python 2.7.

The version you installed this on is python 2.7

On Tue, Aug 21, 2018, 4:35 PM Hasan Gokdag notifications@github.com wrote:

Hello, When i run: vsco-scraper username -i I get:

File "/home/user/.local/bin/vsco-scraper", line 7, in from vscoscrape import main File "/home/user/.local/lib/python2.7/site-packages/vscoscrape/init.py", line 1, in from vscoscrape.vscoscrape import * ImportError: No module named vscoscrape

I think I followed the README well but I m probably doing something wrong with Python versions(I have 2.7-3.5.2 and 3.7 somehow). I am geting this error on Linux by the way.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mvabdi/vsco-scraper/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/AfBeB9xrlDlVtiqpNDU4Nj_N5NPYXNPYks5uTG8KgaJpZM4WGi8m .

mvabdi commented 6 years ago

Is this now fixed?

hasangokdag commented 6 years ago

I couldn't find how to run it with 2.7 so i switched to macos and runned it with 3.6.5. If i could have found a way to run it with python3 it would probably have worked so we may close this issue.