so im tryiing to run a python script on my server, but i get an error from numpy
poetry run python3.12 src/main.py
The currently activated Python version 3.11.9 is not supported by the project (^3.12).
Trying to find and use a compatible version.
Using python3.12 (3.12.4)
Traceback (most recent call last):
File "/media/projects/project/src/main.py", line 12, in <module>
import pandas as pd
File "/home/eltala/.cache/pypoetry/virtualenvs/project-XBhAMzVK-py3.12/lib/python3.12/site-packages/pandas/__init__.py", line 19, in <module>
raise ImportError(
ImportError: Unable to import required dependencies:
numpy: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.