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

Feature Request: Add dependencies to install #122

Open
JayWll opened this issue Jul 11, 2024 · 1 comment
Open

Feature Request: Add dependencies to install #122

JayWll opened this issue Jul 11, 2024 · 1 comment

Comments

@JayWll
Copy link

JayWll commented Jul 11, 2024

It seems something changed on July 5th or 6th and I now get an error when attempting to use the library:

Traceback (most recent call last):
  File "/exec.py", line 7, in <module>
    from pytapo.media_stream.downloader import Downloader
  File "/usr/local/lib/python3.12/site-packages/pytapo/media_stream/downloader.py", line 1, in <module>
    from .convert import Convert
  File "/usr/local/lib/python3.12/site-packages/pytapo/media_stream/convert.py", line 7, in <module>
    import aiofiles
ModuleNotFoundError: No module named 'aiofiles'

I know very little about python, but I believe this indicates a new, unmet, dependency on another library. I solved for it by doing a pip install aiofiles as a workaround and things are working once again, but is there perhaps somewhere where dependencies are defined that's missing this one?

@JurajNyiri JurajNyiri changed the title Module Not Found: aiofiles Feature Request: Add dependencies to install Jul 11, 2024
@JurajNyiri
Copy link
Owner

Yes this dependency was added recently, I renamed this as a feature request to add dependencies to this project.

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

2 participants