Closed akondas closed 2 years ago
This will fix error when running first instruction step: pip install -r requirements.txt from JupyterLab env:
pip install -r requirements.txt
ModuleNotFoundError: No module named 'Cython'
Hi @akondas. Thanks for this PR about the Cython dependency. This was corrected in the #14 consolidated PR. Thanks for your contribution to this repo.
This will fix error when running first instruction step:
pip install -r requirements.txt
from JupyterLab env: