wanunulab / ioniq

GNU General Public License v3.0
0 stars 0 forks source link

pip install requires cython but cython is defined in requirements.py. the order of installation should change #17

Closed a-fa closed 3 weeks ago

a-fa commented 1 month ago

in setup.py it first imports the cython to manage the installation of extension, which may not exist.

we need a workaround so cython is installed upon calling the pip install, then it is used in installing ioniq.


from Cython.Distutils import build_ext
      ModuleNotFoundError: No module named 'Cython'