-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to install jupyter notebook in jetson TX2? #21
Comments
I faced a similar problem, it was related to pyzmq v:15.0 pip install pyzmq==17.0.0 If you're running a recent version of pip it won't uninstall the previous version of pyzmq, it can't uninstall disutil versions. I installed the version 9 of pip and it worked fine pip install pip==9.0 Hope it helps. |
@dltmdwls25 I'm not sure if you've solved the problem yet, but I ran into the same problem this morning. The solution that @vrsoares got me part of the way to a solution but I was still having compilation errors. I was unable to find a libzmq in the official repositories so I resorted to compiling it on the TX2. My jupyter notebook is fully functional. |
I think you have to install ZeroMQ lib list first |
Worked for me Thanks tuanngo0898 and dltmdwls25. Most grateful |
Hi dusty, my name is ji-hoon Beak from korea.
I have seeing jetson-reinforcement in your git and try install.
I could do step1( : "Building from Source"). however I could not do step2(: "Verifying PyTorch")..
When I type "jupyter notebook intro-pytorch.ipynb" into the terminal, the following error message is displayed.
So I tried to install notebook using anaconda3 but failed because anaconda3 does not support the architecture of jetsonTX2.
Also, I try installed notebook using pip, but it was printed as below.
$ pip install jupyter
how to install jupyter notebook in jetson TX2?
Thanks for taking the time to read it! have a nice day~
The text was updated successfully, but these errors were encountered: