-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift environment doesn't start on Windows 10 #34
Comments
I am facing the same issue. I have installed roboticstoolbox with pip 21.3.1 for python 3.6.8 and I get exactly the same error messages. Is there already a solution for this? Edit: with diving a bit in the code, I see that class |
I solved by upgrading to Python 3.9. |
Hi Mattia, thanks for your reply! Indeed a solution, but unfortunately I need to run it on python3.6. |
Hi, suitendall, i am facing the same issue, too, but i am new to ubuntu, can you tell me your specific solution? I'd appreciate it. |
i am using the ubuntu, i have the exactly the same error repo:$ python holistic_mm_non_holonomic.py
|
Hello everyone.
I've installed the package with
pip install roboticstoolbox-python
and checked that all the dependencies have indeed been installed. Everything works fine until i try to use the Swift backend; this is what i got with the following bit of code:The web page (i've already tried to use different browsers and also clearing the cache) just shows the error
ERR_EMPTY_RESPONSE
. Does anyone have any idea on how to fix this?Thank you in advance.
Mattia
The text was updated successfully, but these errors were encountered: