-
Notifications
You must be signed in to change notification settings - Fork 2.4k
No way to build ParaView with python/3.4.x? #13985
Copy link
Copy link
Closed
Labels
Description
Steps to reproduce the issue
$ spack install spack install [email protected]%[email protected] build_type=Release +mpi~opengl2+osmesa +plugins+python3 ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected] ^[email protected]
==> Error: An unsatisfiable version constraint has been detected for spec:
[email protected]
^gettext
^[email protected]:
while trying to concretize the partial spec:
py-matplotlib@3:
py-matplotlib requires python version 3.5:, but spec asked for 3.4Platform and user environment
Please report your OS here:
$ uname -a
Linux sn364.localdomain 3.10.0-1062.1.1.1chaos.ch6.x86_64 #1 SMP Wed Sep 4 16:09:20 PDT 2019 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -d
Description: Red Hat Enterprise Linux Server release 7.7 (Maipo)
Can the package.py file be changed to allow building paraview with python 3.4? I believe the latest matplotlib version supported with python 3.4 is 2.2.4...
Reactions are currently unavailable