uqfoundation / pyina

MPI parallel map and cluster scheduling
http://pyina.rtfd.io
Other
61 stars 8 forks source link

missing cython dependency when numpy builds from source #42

Closed mmckerns closed 2 years ago

mmckerns commented 2 years ago

When numpy builds from source (instead of installing with a wheel), it fails to declare cython as a dependency... and thus, the pyina build/install will fail unless cython is already installed. Cython could be installed as part of the setup.py install process.

mmckerns commented 2 years ago

same as https://github.com/uqfoundation/mystic/issues/145.

mmckerns commented 2 years ago

should be fixed (by #48).