i can not import models in python3

Try using:

python3 -m pip install models==0.9.7

Also note it is best to install packages in a virtual environment.

For more info see this thread.

Note: You can also add sudo in front of pip install .. but it is not recommended to run pip with sudo

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top