stable-baselines3
installation fails ONLY inside venv
#7324
Labels
status/duplicate
Duplicate issues
stable-baselines3
installation fails ONLY inside venv
#7324
-vvv
option) and have included the output below.Issue
I can't install stable-baselines3 in my poetry venv:
poetry add -vvv 'stable-baselines3[extra]==1.6.2'
pip install 'stable-baselines3[extra]==1.6.2'
But I can install it with pip (same command) using the same binary (my global python 3.10.0 bin).
It seems
libtorrent@2.0.7
is needed in the venv, but not in the global env.There's certainly a flaw in the deps of stable-baselines but I would expect the same behavior inside the venv and in my global env (maybe I souldn't?).
Trace for
poetry add -vvv 'stable-baselines3[extra]==1.6.2'
Trace for pip install inside venv
Outside of venv using pip
No
libtorrent
involved.The text was updated successfully, but these errors were encountered: