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

ModuleNotFoundError: No module named 'error' #4

Open
xvonabur opened this issue Sep 25, 2018 · 1 comment
Open

ModuleNotFoundError: No module named 'error' #4

xvonabur opened this issue Sep 25, 2018 · 1 comment

Comments

@xvonabur
Copy link

Simply running basset_ios binary after installation results in following error:

Traceback (most recent call last):
File "/usr/local/Cellar/basset_ios/1.4.2/libexec/bin/basset_ios", line 5, in <module>
    import basset.basset_ios
  File "/usr/local/Cellar/basset_ios/1.4.2/libexec/basset/basset_ios.py", line 8, in <module>
    from basset.helpers.configuration_manager import ConfigurationManager
  File "/usr/local/Cellar/basset_ios/1.4.2/libexec/basset/helpers/configuration_manager.py", line 4, in <module
    import yaml
  File "/usr/local/Cellar/basset_ios/1.4.2/libexec/vendor/lib/python2.7/site-packages/yaml/__init__.py", line 2, in <module>
    from error import *
ModuleNotFoundError: No module named 'error'
@rogerluan
Copy link

It took me awhile to figure out how to solve this. I explained how to fix this here: #3 (comment)

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

2 participants