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
I encountered an error while trying to install stable-baselines3[extra] using pip. The following command was executed: pip install stable-baselines3[extra]
Error Output:
Collecting stable-baselines3[extra]
Using cached stable_baselines3-2.3.2-py3-none-any.whl.metadata (5.1 kB)
Collecting gymnasium<0.30,>=0.28.1 (from stable-baselines3[extra])
Using cached gymnasium-0.29.1-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: numpy>=1.20 in c:\users\enes\appdata\local\programs\python\python313\lib\site-packages (from stable-baselines3[extra]) (2.1.2)
INFO: pip is looking at multiple versions of stable-baselines3[extra] to determine which version is compatible with other requirements. This could take a while.
Collecting stable-baselines3[extra]
Using cached stable_baselines3-2.2.1-py3-none-any.whl.metadata (5.0 kB)
Using cached stable_baselines3-2.1.0-py3-none-any.whl.metadata (5.2 kB)
Using cached stable_baselines3-2.0.0-py3-none-any.whl.metadata (5.4 kB)
Collecting gymnasium==0.28.1 (from stable-baselines3[extra])
Using cached gymnasium-0.28.1-py3-none-any.whl.metadata (9.2 kB)
Collecting stable-baselines3[extra]
Using cached stable_baselines3-1.8.0-py3-none-any.whl.metadata (5.0 kB)
Collecting gym==0.21 (from stable-baselines3[extra])
Using cached gym-0.21.0.tar.gz (1.5 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [20 lines of output]
Traceback (most recent call last):
...
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
[end of output]
error: metadata-generation-failed
OS: Windows
Python version: 3.13
Could you provide guidance on how to resolve this issue, or suggest any compatible alternatives?
Regards
Checklist
I have checked that there is no similar issue in the repo
❓ Question
I encountered an error while trying to install stable-baselines3[extra] using pip. The following command was executed:
pip install stable-baselines3[extra]
Error Output:
OS: Windows
Python version: 3.13
Could you provide guidance on how to resolve this issue, or suggest any compatible alternatives?
Regards
Checklist
The text was updated successfully, but these errors were encountered: