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
When installing arduino-iot-client and trying to run the example script that gets an oauth token I ran into the issue where the import iot_api_client failed due to not finding the typing_extensions module. I manually installed that module but was then missing frozendict module. After installing that manually I was able to get the example to run.
Was I doing something wrong potentially or do these need to be added to setup.py as required modules?
I was using a new python 3.9.18 virtual environment.
The text was updated successfully, but these errors were encountered:
Ah, so there is a requirements_test.txt. I was following the instructions here https://pypi.org/project/arduino-iot-client/ and didn't originally look in the example dir to see more required packages.
Maybe a documentation update to point people at that file explicitly and not just make mention of a working example?
When installing arduino-iot-client and trying to run the example script that gets an oauth token I ran into the issue where the import iot_api_client failed due to not finding the typing_extensions module. I manually installed that module but was then missing frozendict module. After installing that manually I was able to get the example to run.
Was I doing something wrong potentially or do these need to be added to setup.py as required modules?
I was using a new python 3.9.18 virtual environment.
The text was updated successfully, but these errors were encountered: