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

Error while creating container for data importer #9

Open
NotKruxx opened this issue Oct 25, 2024 · 2 comments
Open

Error while creating container for data importer #9

NotKruxx opened this issue Oct 25, 2024 · 2 comments

Comments

@NotKruxx
Copy link

Traceback (most recent call last):
File "/usr/local/bin/dataimporter", line 5, in
from dataimporter.importer import main
File "/usr/local/lib/python3.9/site-packages/dataimporter/importer.py", line 10, in
from fastf1.utils import to_datetime
File "/usr/local/lib/python3.9/site-packages/fastf1/init.py", line 65, in
from fastf1.events import (get_session, # noqa: F401
File "/usr/local/lib/python3.9/site-packages/fastf1/events.py", line 169, in
import pandas as pd
File "/usr/local/lib/python3.9/site-packages/pandas/init.py", line 22, in
from pandas.compat import is_numpy_dev as _is_numpy_dev # pyright: ignore # noqa:F401
File "/usr/local/lib/python3.9/site-packages/pandas/compat/init.py", line 18, in
from pandas.compat.numpy import (
File "/usr/local/lib/python3.9/site-packages/pandas/compat/numpy/init.py", line 4, in
from pandas.util.version import Version
File "/usr/local/lib/python3.9/site-packages/pandas/util/init.py", line 2, in
from pandas.util._decorators import ( # noqa:F401
File "/usr/local/lib/python3.9/site-packages/pandas/util/_decorators.py", line 14, in
from pandas._libs.properties import cache_readonly
File "/usr/local/lib/python3.9/site-packages/pandas/_libs/init.py", line 13, in
from pandas._libs.interval import Interval
File "pandas/_libs/interval.pyx", line 1, in init pandas._libs.interval
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

I followed all the instruction but this happen

@0xFOSSMan
Copy link

Hi, I have the same issue. Also tried running it locally but i get this error:
ERROR: Package 'dataimporter' requires a different Python: 3.11.2 not in '<3.10,>3.7'

@NotKruxx
Copy link
Author

NotKruxx commented Dec 6, 2024

I think this repo is dead...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants