Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPARKX requires Python 3.9, but requirements states 3.8 #284

Open
NGoetz opened this issue Oct 8, 2024 · 0 comments
Open

SPARKX requires Python 3.9, but requirements states 3.8 #284

NGoetz opened this issue Oct 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@NGoetz
Copy link
Member

NGoetz commented Oct 8, 2024

Traceback (most recent call last):
File "/impact_parameter_plotting_script.py", line 11, in
import sparkx
File "
/python3.8/site-packages/sparkx/init.py", line 10, in
from sparkx.EventCharacteristics import EventCharacteristics
File "//python3.8/site-packages/sparkx/EventCharacteristics.py", line 17, in
class EventCharacteristics:
File "/
/python3.8/site-packages/sparkx/EventCharacteristics.py", line 75, in EventCharacteristics
np.ndarray[Any, np.dtype[np.object_]]]
TypeError: Type subscription requires python >= 3.9

We should either not use that functionality or update the requirements.

@NGoetz NGoetz added the bug Something isn't working label Oct 8, 2024
@NGoetz NGoetz self-assigned this Oct 8, 2024
@NGoetz NGoetz added this to the SPARKX 2.0 milestone Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant