Closed Jean1995 closed 1 year ago
Can you make sure this is not e.g. an old Version of pycorsikaio sneaking in from the user path?
Please show:
corsikaio.__version__
corsikaio.__file__
and try exporting PYTHONNOUSERSITE=1 if you are using a conda env.
I highly recommend to set
conda env config -n <env name> vars set PYTHONNOUSERSITE=1
to make sure conda envs are actually isolated
The CI tests on python 3.10 and the specific test added for #24 passes.
This was indeed due to the old corsikaio version
The package appears to be incompatible with python3.10.
I'll use the file
pycorsikaio/tests/resources/corsika757_particle
as an example, and want to execute the following lines of codewhich print only a list of empty arrays. This is identical to the result of issue #24.
With python3.8, everything is fine, the problem only started to appear for python3.10.