Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write command fails. #20

Open
jtheletter opened this issue Jun 30, 2020 · 6 comments
Open

Write command fails. #20

jtheletter opened this issue Jun 30, 2020 · 6 comments

Comments

@jtheletter
Copy link

reddit-html-archiver-master % ./write_html.py 
Traceback (most recent call last):
  File "./write_html.py", line 7, in <module>
    import snudown
ImportError: No module named snudown
reddit-html-archiver-master % python3 --version
Python 3.8.3
reddit-html-archiver-master % pip3 --version
pip 20.1.1 from /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip (python 3.8)
reddit-html-archiver-master % 
@libertysoft3
Copy link
Owner

Did you run this stuff?

$ git clone https://github.com/chid/snudown
$ cd snudown
$ sudo python setup.py install

Maybe try changing that last line to 'sudo python3 setup.py install'

@jtheletter
Copy link
Author

Yes, I ran those commands with python3.

@libertysoft3
Copy link
Owner

What do you have for

$ python --version

Maybe try this, no sudo

$ python3 setup.py install

Also review the stuff in this issue: #18

@jtheletter
Copy link
Author

I included the version number for your benefit.

I didn't run the installation command with sudo, and it threw no error or warning.

@libertysoft3
Copy link
Owner

Well maybe try running the snudown install with sudo. Your python cannot find your snudown.

@ching-shih
Copy link

I've tried running with sudo, without sudo, with python3 and with python, and it is still unable to locate snudown. I'm running an Ubuntu-ish Linux with version 3.5.3 of Python and 3.5.3 of Pip, if that helps at all. I am also running all commands through a pipenv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants