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

saber info command error #8

Open
zcaiElvis opened this issue Jul 12, 2020 · 1 comment
Open

saber info command error #8

zcaiElvis opened this issue Jul 12, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@zcaiElvis
Copy link
Contributor

When using saber info command, and error pop up.

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

@zcaiElvis zcaiElvis added the bug Something isn't working label Jul 12, 2020
@RyloByte
Copy link
Collaborator

I'll take a look at this this week. Not sure what's going on, but I'm sure it's a pretty quick fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants