Page 2 of 2

Re: Error with PyQt5

Posted: Fri Oct 02, 2020 2:14 pm
by Yvan Fournier
Hello,

What type of system/distribution are you running under the WSL ? The Python libraries are in /usr/lib most of the time, but I have never seen a system with the Python executabl in /usr/lib.

What does the "type python3" command return ?

Regards,

Yvan

Re: Error with PyQt5

Posted: Fri Oct 02, 2020 3:38 pm
by bmehra
Thanks,

Its ubuntu 20.04 and "type python3" returns "python3 is hashed (/usr/bin/python3)"

Regards

Bineet

Re: Error with PyQt5

Posted: Fri Oct 02, 2020 5:55 pm
by Yvan Fournier
Hello,

so that is the value you need to define as python (in the automatic installer) or PYTHON= (in the lower-level "configure" options).

Things should then work. Do you have additional Python environments (such as CONDA) ? They can make a mess if you mix versions.

Best regards,

Yvan