Keisuke Fujii

Results 59 comments of Keisuke Fujii

It looks like the following line indicates the cause > clang: error: unsupported option '-fopenmp' I think `openmp` must be installed in the system (although the package description does not...

Thank you @momierr for instruction. I made a pull-request readme.md https://github.com/fujiisoup/py3nj/blob/edc1dd18cdb0962487e79e0f85759ca7992cdda1/README.md?plain=1#L56-L68 I have no macOSs and am not able to confirm, but do you think the above description is fine?...

py3nj is tested also with python 3.7. Can you leave the detailed error message? Although I don't use THONY, I'll take a look.

Thanks for posting the error message. It looks that you don't have a Fortran compiler. Please install gfortran or its alternative. I think this page helps. https://scipy.github.io/old-wiki/pages/F2PY_Windows.html

Just google "how to install gfortran on macos" This is my quick search. https://gcc.gnu.org/wiki/GFortranBinaries

Is the error message then same? Then maybe the compiler cannot be seen from the python environment. I don't know how Thony works. Maybe installing py3nj from pip solves the...

> Does py3nj work in python3.6 only or does it work in python3.7 as well ? py3nj is being tested also with python 3.7. This is not the python compatibility...

@SergeiDBykov Thanks for your post. Are you also using THONNY? Could you post the error message here?

@SergeiDBykov Thank you! This info helps as I don't have a macOS. I'd try updating setup.py to avoid this confusion. If you have any spare time, could you try the...

@SergeiDBykov Thank you for your help. It looks be difficult for me to improve this issue without macOS. I'll just add some tips on readme and wait for contributions from...