You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it cannot find it, the fix was to make sure host OS has it installed, and set PYTHONPATH env variable to the dist-packages dirs of the HOST OS which are easiest to find out from python shell.
importsysprint(sys.path)
The text was updated successfully, but these errors were encountered:
If it cannot find it, the fix was to make sure host OS has it installed, and set
PYTHONPATH
env variable to the dist-packages dirs of the HOST OS which are easiest to find out from python shell.The text was updated successfully, but these errors were encountered: