0

How can I fix it ?? ı need this librarie

PS C:\Users\Ahmed> pip install robot-controller Collecting robot-controller Using cached robot_controller-0.3.tar.gz (10.0 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [5 lines of output] ========================== Unsupported Python version Your version: (3, 10) Required: (2, 7) ========================== [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details. PS C:\Users\Ahmed>

10th Nov 2022, 11:28 AM
Ahmed Yasin
Ahmed Yasin - avatar
2 Answers
+ 3
Looking at the error message, the module seems to be only compatible with older version - Python 2.7
10th Nov 2022, 12:38 PM
Ipang
+ 2
https://pypi.org/project/robot-controller/#description "Module is written in Python2.7 (ROS compatibility)."
10th Nov 2022, 8:49 PM
Denise Roßberg
Denise Roßberg - avatar