ria-com / nomeroff-net

Nomeroff Net. Automatic numberplate recognition system.
GNU General Public License v3.0
459 stars 159 forks source link

ModuleNotFoundError: No module named 'modelhub_client' #252

Closed abdalkaderhajjouz closed 1 year ago

abdalkaderhajjouz commented 1 year ago

image

How I can solve this please

thank you

dimabendera commented 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"
abdalkaderhajjouz commented 1 year ago

image

abdalkaderhajjouz commented 1 year ago

uptill now I face same error

dimabendera commented 1 year ago

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 
Kostyashim commented 4 months ago

Здраствуйте, у меня похожая проблема. Модуль установлен но при импорте возникает ошибка

Снимок экрана 2024-06-21 в 19 47 57
ApelSYN commented 4 months ago

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
Kostyashim commented 4 months ago

Уже несколько раз устанавливал этот модуль разными способами

Kostyashim commented 4 months ago
Снимок экрана 2024-07-02 в 09 12 24
Kostyashim commented 4 months ago

Как я понял возникают проблемы с областью видимости...