Copy the last link suggested, and you should be good to go.
Installing packages
---
- To import any package with the command `import`, one must install the package before. The way it worked for me is the following (for every python usual packages):
`import sys`
`!{sys.executable} -m pip install #anything`
- Though, installing Corsika lead to some issues which could be corrected using the following command:
Of course, one needs to use the appropriate directory where Corsika is installed for you. If this is not working, one could try to change the version of pyarrow. It could be that your python version and the pyarrow one are not compatible.
For the record, the version of python I use is the 3.6.9, if you want to know yours, just type this in your command box: