dusty-nv / jetson-reinforcement

Deep reinforcement learning GPU libraries for NVIDIA Jetson TX1/TX2 with PyTorch, OpenAI Gym, and Gazebo robotics simulator.
MIT License
874 stars 225 forks source link

Fixed jupyter installation error #29

Open santteegt opened 5 years ago

santteegt commented 5 years ago

cmake was throwing an error when trying to install jupyter using pip. This error has been reported here.

To fix this, it just needs to install pyzmq==17.0.0 prior jupyter. This PR solves issue #21