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
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/zocker/tmp/edge-ml/venv/lib/python3.11/site-packages/edgeml/__init__.py", line 1, in <module>
from edgeml.edgeml import DatasetCollector, DatasetReceiver
File "/home/zocker/tmp/edge-ml/venv/lib/python3.11/site-packages/edgeml/edgeml.py", line 1, in <module>
import requests as req
ModuleNotFoundError: No module named 'requests'
Manually installing requests brings up another ModuleNotFoundError, and so on.
to test, execute following commands (expects POSIX shell, e.g. bash):
and I get following error message:
Manually installing requests brings up another ModuleNotFoundError, and so on.
This project seems to declare its dependencies in https://github.com/edge-ml/python/blob/main/requirements.txt however pip seems not aware of that.
This might be fixed by adding following directive to
setup.cfg
(if I understand this docu correctly):The text was updated successfully, but these errors were encountered: