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

Error: No module named cPickle #27

Closed
rifkegribenes opened this issue Feb 6, 2017 · 1 comment
Closed

Error: No module named cPickle #27

rifkegribenes opened this issue Feb 6, 2017 · 1 comment

Comments

@rifkegribenes
Copy link

rifkegribenes commented Feb 6, 2017

I'm following the instructions in 'Getting Started (Mac OS X)'. After step 7 (bin/voicebox) i'm getting an error. Code from my Terminal looks like this:

Fullname:pt-voicebox Fullname$ bin/voicebox
Traceback (most recent call last):
  File "bin/voicebox", line 8, in <module>
    import voicebox
  File "/Users/Fullname/Desktop/pt-voicebox/voicebox/__init__.py", line 3, in <module>
    from .voicebox import Voicebox
  File "/Users/Fullname/Desktop/pt-voicebox/voicebox/voicebox.py", line 16, in <module>
    from .pickler import loadobject, save_object
  File "/Users/Fullname/Desktop/pt-voicebox/voicebox/pickler.py", line 4, in <module>
    import six.moves.cPickle as pickle
ImportError: No module named cPickle
@rifkegribenes
Copy link
Author

oops, just realized this question was answered in an earlier thread. i followed the instructions here: #18 (comment) and this resolved it. leaving this up in case somebody else runs into this issue.

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

1 participant