-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
hi, nice work but I get some import error
(otter) (base) root@autodl-container-64d211bcfa-2183ad6c:~/autodl-tmp# python /root/autodl-tmp/otter/script/droid_inference.py \
--model-ckpt-folder /root/autodl-tmp/ckpt \
--ckpt-id 60000
Traceback (most recent call last):
File "/root/autodl-tmp/otter/script/droid_inference.py", line 17, in <module>
from droid.data_processing.timestep_processing import TimestepProcesser
ModuleNotFoundError: No module named 'droid'then I install droid by pip
(otter) (base) root@autodl-container-64d211bcfa-2183ad6c:~/autodl-tmp# pip install droid
Looking in indexes: http://mirrors.aliyun.com/pypi/simple
Requirement already satisfied: droid in /root/miniconda3/envs/otter/lib/python3.10/site-packages (1.4.22)
Collecting argparse (from droid)
Using cached http://mirrors.aliyun.com/pypi/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl (23 kB)
Requirement already satisfied: customtkinter==4.6.3 in /root/miniconda3/envs/otter/lib/python3.10/site-packages (from droid) (4.6.3)
Requirement already satisfied: darkdetect in /root/miniconda3/envs/otter/lib/python3.10/site-packages (from customtkinter==4.6.3->droid) (0.8.0)
Installing collected packages: argparse
Successfully installed argparse-1.4.0then rerun the code get
(otter) (base) root@autodl-container-64d211bcfa-2183ad6c:~/autodl-tmp# python /root/autodl-tmp/otter/script/droid_inference.py --model-ckpt-folder /root/autodl-tmp/ckpt --ckpt-id 60000
Traceback (most recent call last):
File "/root/autodl-tmp/otter/script/droid_inference.py", line 17, in <module>
from droid.data_processing.timestep_processing import TimestepProcesser
ModuleNotFoundError: No module named 'droid.data_processing'Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels