Python-for-HPC / PyOMP

OpenMP for Python in Numba
BSD 2-Clause "Simplified" License
81 stars 15 forks source link

Cannot install PyOMP with pip #11

Open elyurn opened 3 weeks ago

elyurn commented 3 weeks ago

Hello,

When using pip install numba and pip install pyomp, simply running import numba.openmp doesn't work: ModuleNotFoundError: No module named 'numba.openmp' (I tested this on both my local linux machine and my univerity cluster).

Do you have any clue?

ggeorgakoudis commented 3 weeks ago

Hi @elyurn, supporting pip installation is work-in-progress and the pyomp pypi package is a placeholder for now. Instead, we offer installation through conda.

ggeorgakoudis commented 2 weeks ago

Did conda work for you @elyurn?

elyurn commented 2 weeks ago

Yes, everything works fine with conda. Could you maybe please add a warning in the pip package so that people know that it doesn't work yet?

ggeorgakoudis commented 1 week ago

Yes, you have a point. We should make this more prominent in the pypi distribution. I will leave this issue open until we fix it.