ardevd / jlrpy

Python library for interacting with the JLR Remote Car API
MIT License
85 stars 28 forks source link

ImportError: No module named request #87

Closed aarons2222 closed 3 years ago

aarons2222 commented 3 years ago

Traceback (most recent call last): File "./test.py", line 3, in import jlrpy File "/Users/macmini/Library/Python/2.7/lib/python/site-packages/jlrpy.py", line 5, in from urllib.request import Request, build_opener ImportError: No module named request

ardevd commented 3 years ago

Hi there.

jlrpy supports python3 only I'm afraid. You're using 2.7.

aarons2222 commented 3 years ago

Same error, even with Python3!

ardevd commented 3 years ago

What specific Python version are you using and on what operating system?

You'll see it printed you open up your Python interpreter.

ardevd commented 3 years ago

Closing this due to lack of updates. Feel free to reach out if you're still having isssues.