-
Notifications
You must be signed in to change notification settings - Fork 4
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
Launching start.launch; dependency issues #11
Comments
Not really straight away. When I import requests in a 2.7 (ye olde Ubuntu 16.04) interpreter, I get this: Python 2.7.12 (default, Nov 12 2018, 14:36:49)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import requests
/usr/local/lib/python2.7/dist-packages/requests/__init__.py:83: RequestsDependencyWarning: Old version of cryptography ([1, 2, 3]) may cause slowdown.
warnings.warn(warning, RequestsDependencyWarning) It complains but works AFAIK. At least it doesn't throw an exception when importing. |
when i . run the package. it just dies. not sure... i get the same :( |
Have you tried to |
yeah - not sure what else to do at this point |
Let me get this straight: all of a sudden, any place you import I don't think it's an issue with my code just yet, because my code isn't even executed: the node crashes on |
@LoyVanBeek
I'm getting the following error:
Any suggestions?
The text was updated successfully, but these errors were encountered: