petercorke / robotics-toolbox-python

Robotics Toolbox for Python
MIT License
2.1k stars 434 forks source link

Pypi install V1.1.1 #446

Open peter-manzl opened 3 months ago

peter-manzl commented 3 months ago

Hi everyone!

I just noticed yesterday that for the newest version (V 1.1.1 from May 11th, 2024) on pypi, only the source code or the MacOS version is available. When I run (windows / Python 3.11 anaconda environment): pip install roboticstoolbox-python I get a very long error message which ends with: grafik As far as I can see this is because the package cannot be compiled without the Microsoft Visual C++ compiler. I tried it on another machine with the compiler available and everything works there fine.

Would it be possible to either upload the other wheels or mark Version 1.1.1 as pre-release? When running pip install roboticstoolbox-python==1.1.0 everything works fine for me.

Best regards, Peter