Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Error while running python exitwp.py command #68

Open
anandrikka opened this issue Apr 9, 2017 · 2 comments
Open

Error while running python exitwp.py command #68

anandrikka opened this issue Apr 9, 2017 · 2 comments

Comments

@anandrikka
Copy link

I'm no python developer, just trying to convert my wordpress.com site to jekyll

while running exitwp.py command getting following error:

Traceback (most recent call last):
  File "exitwp.py", line 13, in <module>
    import yaml
ImportError: No module named yaml
@aatishb
Copy link

aatishb commented May 7, 2017

I fixed this with:
pip install PyYAML
I also needed another python library that I didn't have:
pip install BeautifulSoup4

@etaiklein
Copy link

etaiklein commented Jun 3, 2017

change the command to sudo pip install --ignore-installed six --upgrade -r pip_requirements.txt

There's an issue with installing six on OS X El Capitan pypa/pip#3165 (comment)

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

No branches or pull requests

3 participants