Giter Club home page Giter Club logo

Comments (4)

tuannv0898 avatar tuannv0898 commented on August 10, 2024 5

I think you have to install ZeroMQ lib list first
sudo apt-get install libzmq3-dev

from jetson-reinforcement.

vrsoares avatar vrsoares commented on August 10, 2024 3

I faced a similar problem, it was related to pyzmq v:15.0
Before installing jupyter try to update pyzmq to v.17

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.

from jetson-reinforcement.

prioritize avatar prioritize commented on August 10, 2024 3

@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.
libzmq can be found at https://github.com/zeromq/libzmq.git.
The install text file offers easy instructions to build the library. Upon completion of the compilation and running:
pip install --upgrade --force-reinstall --no-cache-dir jupyter

My jupyter notebook is fully functional.

from jetson-reinforcement.

panzerfrank avatar panzerfrank commented on August 10, 2024

Worked for me Thanks tuanngo0898 and dltmdwls25. Most grateful

from jetson-reinforcement.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.