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 "/home/elvis/anaconda3/envs/saber_env/bin/saber", line 8, in
sys.exit(main())
File "/home/elvis/anaconda3/envs/saber_env/lib/python3.8/site-packages/saber/main.py", line 45, in main
cmd(sys.argv[2:])
File "/home/elvis/anaconda3/envs/saber_env/lib/python3.8/site-packages/saber/commands.py", line 33, in info
py_deps = {x.split('==')[0]:x.split('==')[1] for x in freeze.freeze()}
File "/home/elvis/anaconda3/envs/saber_env/lib/python3.8/site-packages/saber/commands.py", line 33, in
py_deps = {x.split('==')[0]:x.split('==')[1] for x in freeze.freeze()}
IndexError: list index out of range
Environment: saber_env on Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
When using
saber info
command, and error pop up.Environment: saber_env on Ubuntu 20.04
The text was updated successfully, but these errors were encountered: