Open samip5 opened 10 months ago
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.
PYTHONPATH
import sys print(sys.path)
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.