Closed abdalkaderhajjouz closed 1 year ago
You need just install modelhub_client from requirements.txt
pip3 install -r requirements.txt
or using pip
pip3 install -U "git+https://github.com/ria-com/modelhub-client.git"
uptill now I face same error
The problem is that you are running code in a virtual environment. Try to do
source venv/bin/activate
and then install dependencies
pip3 install -r requirements.txt
Здраствуйте, у меня похожая проблема. Модуль установлен но при импорте возникает ошибка
This error means that you do not have the modelhub_client module installed, it can be installed with the command:
python3 -m pip install git+https://github.com/ria-com/modelhub-client.git
Уже несколько раз устанавливал этот модуль разными способами
Как я понял возникают проблемы с областью видимости...
How I can solve this please
thank you