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
I've installed your package via pip install aim-mlflow or pip install git+https://github.com/aimhubio/aimlflow and both ways I get this error when running aimlflow:
/usr/lib/python3/dist-packages/requests/__init__.py:87: RequestsDependencyWarning: urllib3 (2.1.0) or chardet (4.0.0) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
Traceback (most recent call last):
File "/home/emofid.com/a.pourmand/.local/bin/aimlflow", line 5, in <module>
from aimlflow.cli import cli_entry_point
File "/home/emofid.com/a.pourmand/.local/lib/python3.10/site-packages/aimlflow/cli.py", line 8, in <module>
from aim.sdk.repo import Repo
ModuleNotFoundError: No module named 'aim.sdk'
Python Version: 3.10
The text was updated successfully, but these errors were encountered:
I've installed your package via
pip install aim-mlflow
orpip install git+https://github.com/aimhubio/aimlflow
and both ways I get this error when runningaimlflow
:Python Version: 3.10
The text was updated successfully, but these errors were encountered: