i get this error when tried to import gym, gym is underlined and when i tried to install the package it failed
- i already updated python to 3.7 and used "conda install -c conda-forge gym"
- also tried: settings -> project Interpreter
Click on + button on top right corner and you will get pop-up window of Available packages. Then search for gym python package.
Then click on Install package to install the gym package
but i found r-gym not gym
the output error:
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- gym
Current channels:
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
To search for alternate channels that may provide the conda package you're looking for, navigate to
https://anaconda.org, and use the search bar at the top of the page.