Skip to content
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

Missing required modules? typing_extensions, frozendict #70

Open
jperrin-dojofive opened this issue Jan 17, 2024 · 1 comment
Open

Missing required modules? typing_extensions, frozendict #70

jperrin-dojofive opened this issue Jan 17, 2024 · 1 comment

Comments

@jperrin-dojofive
Copy link

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.

@jperrin-dojofive
Copy link
Author

jperrin-dojofive commented Jan 17, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant