huggingface / huggingface/deep-rl-class
Huggy Dog Activate Miniconda and install Python ver 3.10.12 issue
Open
- Dominant language
- MDX
- Stars
- 5k
- Forks
- 811
- PR merge metrics
- No merged PRs in 30d
Description
When executing the cell about install Python ver 3.1O, got the issue:
ERROR :
Jupyter detected...
CondaToSNonInteractiveError: Terms of Service have not been accepted for the following channels. Please accept or remove them before proceeding:
- https://repo.anaconda.com/pkgs/main
- https://repo.anaconda.com/pkgs/r
We solved this issue by adding this line:
!conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main --channel https://repo.anaconda.com/pkgs/r
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.