impy-project / chromo

Hadronic Interaction Model interface in PYthon
Other
30 stars 7 forks source link

running example from readme #172

Closed michael-pitt closed 11 months ago

michael-pitt commented 1 year ago

Hello,

I installed chromo using pip:

pip install --user chromo

Then in python I run the example from the README, but I have the following error:

AttributeError: module 'chromo' has no attribute 'kinematics'

Additional info from pip show chromo

Name: chromo
Version: 0.0.1
Summary: Chromo
afedynitch commented 1 year ago

Hi Michael,

please add the --pre flag to pip. We're about to push the official release but need to finalize reviews of a few PRs. To install the current distribution run pip install --pre --user chromo. Let us know if this solves your problem.

michael-pitt commented 11 months ago

Thanks. I successfully installed chromo but encountered issues running the example, as my Python was 3.6. switching to 3.9 resolved the issues, and the code executed smoothly