Closed kevin-xuan closed 1 year ago
Moreover, when i prepare the dataset using:
python data_gen.py \
--data_dir=$data_dir/$seed \
--output=$output_dir \
--max_variations=1 \
--num_episodes=100 \
--tasks=$task \
I encounter another error, which seems to be related to import tap
(my tap==0.2):
I really appreciate any help you can provide when you're free. Thank you.
I solve the issue by the link, which means that you need to run the following scripts in the terminal:
keyring --disable
poetry install
Hi, I encounter the error when installing poetry by
poetry install
:could you have a idea to solve this problem?