Issues with vartest package - Python

Viewed 17

I tried to install the vartests package in Python with the following command:

pip install vartests

and, by using pip list, it shows that the package is installed.

However, by importing the module I receive the following error message:

import vartests
ModuleNotFoundError: No module named 'vartests'

Do you know why it's not working?

Many thanks

0 Answers
Related