You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: