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
So I went back and followed the documented steps in the README and used a clean conda env with python 3.10 on a linux machine but still get the same issue:
$ kipoi ls
INFO [kipoi.sources] Cloning https://github.com/kipoi/models.git into /home/aemurphy/.kipoi/models/
Cloning into '/home/aemurphy/.kipoi/models'...
remote: Enumerating objects: 553, done.
remote: Counting objects: 100% (553/553), done.
remote: Compressing objects: 100% (389/389), done.
error: RPC failed; curl 56 GnuTLS recv error (-9): Error decoding the received TLS packet.
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Traceback (most recent call last):
File "/home/aemurphy/anaconda3/envs/kipoi/bin/kipoi", line 8, in <module>
sys.exit(main())
File "/home/aemurphy/anaconda3/envs/kipoi/lib/python3.10/site-packages/kipoi/__main__.py", line 107, in main
command_fn(args.command, sys.argv[2:])
File "/home/aemurphy/anaconda3/envs/kipoi/lib/python3.10/site-packages/kipoi/cli/main.py", line 433, in cli_ls
ls_helper(df, args.group_filter, args.tsv)
File "/home/aemurphy/anaconda3/envs/kipoi/lib/python3.10/site-packages/kipoi/cli/main.py", line 444, in ls_helper
dfg = list_models_by_group(df, group_filter)
File "/home/aemurphy/anaconda3/envs/kipoi/lib/python3.10/site-packages/kipoi/sources.py", line 137, in list_models_by_group
df = df[df.model.str.contains("^" + group[1:])].copy()
File "/home/aemurphy/anaconda3/envs/kipoi/lib/python3.10/site-packages/pandas/core/generic.py", line 6299, in __getattr__
return object.__getattribute__(self, name)
AttributeError: 'DataFrame' object has no attribute 'model'. Did you mean: 'mode'?
I also tried deleting the cached folder ~/.kipoi/ but this had no effect.
I get an error when using
kipoi ls
.So I went back and followed the documented steps in the README and used a clean conda env with python 3.10 on a linux machine but still get the same issue:
The error:
I also tried deleting the cached folder
~/.kipoi/
but this had no effect.Package versions
<\details>
The text was updated successfully, but these errors were encountered: