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
There is no check if the python interpreter and python libraries are the same version or not. This miss-match can cause a lot of issues..
As a first step, we can limit the python versions to >= 3.6 here. Most of recent versions can handle backward compatibilities, making this not such a big issue.
The text was updated successfully, but these errors were encountered:
chaithyagr
changed the title
Python interpreter and version mis-match causes installation to succeed while pysparse is not installed
Python interpreter and Library mis-match causes installation to succeed while pysparse is not installed
May 20, 2021
Currently, in the CMake file here:
pysap/sparse2d/python/CMakeLists.txt
Lines 11 to 18 in 529bce6
There is no check if the python interpreter and python libraries are the same version or not. This miss-match can cause a lot of issues..
As a first step, we can limit the python versions to >= 3.6 here. Most of recent versions can handle backward compatibilities, making this not such a big issue.
The text was updated successfully, but these errors were encountered: