I installed VMWare on window and using a virtualenv for python project.
I activated the project project1
and pip3 install xxxxx modules I need.
But some of them had an import error and when I deactivated the virtualenv and pip3 install xxxx on the root, the import error is resolved.
Are we supposed to pip install on the root, even though we activate the virtualenv? Thanks.