Search found 4 matches

by marvin
Fri Jul 03, 2020 6:37 am
Forum: Installation issues
Topic: Error with PyQt5
Replies: 12
Views: 6776

Re: Error with PyQt5

Ok, I finally found the solution.
I modified the shebang from :

Code: Select all

#!python3
to

Code: Select all

#!/usr/bin/python3
Thanks again for your help !
by marvin
Thu Jul 02, 2020 9:51 pm
Forum: Installation issues
Topic: Error with PyQt5
Replies: 12
Views: 6776

Re: Error with PyQt5

Hi, Thanks, PYTHON=python3 was the solution. The installation completed well. I am facing to a new issue when I try to start code-saturne. Please see the message below : bash: /home/jy/Code_Saturne/6.0.4/code_saturne-6.0.4/arch/Linux_x86_64/bin/code_saturne: python3: bad interpreter: No such file or...
by marvin
Wed Jul 01, 2020 9:26 pm
Forum: Installation issues
Topic: Error with PyQt5
Replies: 12
Views: 6776

Re: Error with PyQt5

Merci Yvan.

I already installed the required packages indicated in your link but no luck...
I installed too PyQt5 from source but that was not better.

Best regards,
by marvin
Wed Jul 01, 2020 5:11 pm
Forum: Installation issues
Topic: Error with PyQt5
Replies: 12
Views: 6776

Error with PyQt5

Hello, I am currently trying to install code-saturne 6.0.4 with the automated install but I am facing to an issue. - code-saturne : 6.0.4 - Kubuntu 20.04 LTS - Log file attached When I start install_saturne.py, I get the message below : configure: error: cannot find PyQt5 support (>= 5.0) or PyQt4 s...