open your anaconda
2.click botton “Enviroment”
3.click botton “d2l” (if you have finished Installation’s order ,you will find “d2l” )
4.select “not installed” and search “requests”(and you will find it on the list)
click “Appliy” botton
6.reactivate the d2l environment.
Hi, as at the time I window-shopped this book months ago, JAX was one of the frameworks listed. But now I can’t find it here again. Is there no longer support for JAX here?
Hey, I bumped into the same problem. Looks it’s from this particular version of gym. If you would install a higher 0.22.0 version by running “pip install git+https://github.com/openai/gym.git@0.22.0”, and then run “pip install d2l==1.0.0b0” to continue the d2l installation, the error could be gone. but not sure if the gym of higher version will break the integrity of d2l 1.0.0 itself at some point.
Hi, when I type “jupyter notebook” in the command prompt, I did not see any of the course folder in the localhost website. I only see my old ipynb files from past coursework. What should I do?