Closed a-fa closed 3 weeks 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'
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.