NxRLab / ModernRobotics

Modern Robotics: Mechanics, Planning, and Control Code Library --- The primary purpose of the provided software is to be easy to read and educational, reinforcing the concepts in the book. The code is optimized neither for efficiency nor robustness.
http://modernrobotics.org/
MIT License
1.9k stars 807 forks source link

problem with modern robotics python #29

Closed zaian1st closed 4 years ago

zaian1st commented 4 years ago

Dear supervisors I have problem in installing modern-robotics library in python I am using pycharm

import modern_robotics as mr ModuleNotFoundError: No module named 'modern_robotics'

basically I tried to install it via pip command but it didn't work ((pip install modern_robotics Requirement already satisfied: modern_robotics in c:\users\zaian\appdata\local\programs\python\python38-32\lib\site-packages (1.1.0) Requirement already satisfied: numpy in c:\users\zaian\appdata\local\programs\python\python38-32\lib\site-packages (from modern_robotics) (1.18.1))

Please help !

I found a way to install it using pycharm Thanks P)