udacity / deep-reinforcement-learning

Repo for the Deep Reinforcement Learning Nanodegree program
https://www.udacity.com/course/deep-reinforcement-learning-nanodegree--nd893
MIT License
4.85k stars 2.34k forks source link

C:\ProgramData\Anaconda3\envs\drlnd\python.exe: No module named ipykernel #50

Closed Sdfabio closed 2 years ago

Sdfabio commented 4 years ago

Hello everyone, I was following the tutorial to install ml agents, but when executing the line: python -m ipykernel install --user --name drlnd --display-name "drlnd"

I found Error :

C:\ProgramData\Anaconda3\envs\drlnd\python.exe: No module named ipykernel

I'm on windows 10 and I've installed anaconda 3 python 3.6

PDillis commented 4 years ago

You need to have ipykernel installed, so check out the docs.