Open elyurn opened 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
.
Did conda
work for you @elyurn?
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?
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.
Hello,
When using
pip install numba
andpip install pyomp
, simply runningimport 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?