You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Simply running
basset_ios
binary after installation results in following error:The text was updated successfully, but these errors were encountered: