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
Traceback (most recent call last):
File "/usr/local/bin/buster", line 11, in
load_entry_point('buster==1.0.0', 'console_scripts', 'buster')()
File "/usr/local/lib/python3.7/dist-packages/buster-1.0.0-py3.7.egg/buster/lib/run.py", line 76, in start
with open( pkg_resources.resource_filename('data', 'api-keys.yaml'), 'r') as api_keys:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/data/api-keys.yaml'
The text was updated successfully, but these errors were encountered:
When I run the script I get this error:
Traceback (most recent call last):
File "/usr/local/bin/buster", line 11, in
load_entry_point('buster==1.0.0', 'console_scripts', 'buster')()
File "/usr/local/lib/python3.7/dist-packages/buster-1.0.0-py3.7.egg/buster/lib/run.py", line 76, in start
with open( pkg_resources.resource_filename('data', 'api-keys.yaml'), 'r') as api_keys:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/data/api-keys.yaml'
The text was updated successfully, but these errors were encountered: