You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run bash make.sh during the installation, I get the following error:
Traceback (most recent call last):
File "setup.py", line 11, in
from Cython.Build import cythonize
ImportError: No module named Cython.Build
Traceback (most recent call last):
File "setup.py", line 11, in
from Cython.Build import cythonize
ImportError: No module named Cython.Build
P-CG09-ML3:get_mask user$ which cython
P-CG09-ML3:get_mask user$ bash make.sh
Traceback (most recent call last):
File "setup.py", line 11, in
from Cython.Build import cythonize
ImportError: No module named Cython.Build
Traceback (most recent call last):
File "setup.py", line 11, in
from Cython.Build import cythonize
ImportError: No module named Cython.Build
I have cython installed. My machine is a Mac, running Mojave 10.14.6.
The text was updated successfully, but these errors were encountered:
When I run bash make.sh during the installation, I get the following error:
Traceback (most recent call last):
File "setup.py", line 11, in
from Cython.Build import cythonize
ImportError: No module named Cython.Build
Traceback (most recent call last):
File "setup.py", line 11, in
from Cython.Build import cythonize
ImportError: No module named Cython.Build
P-CG09-ML3:get_mask user$ which cython
P-CG09-ML3:get_mask user$ bash make.sh
Traceback (most recent call last):
File "setup.py", line 11, in
from Cython.Build import cythonize
ImportError: No module named Cython.Build
Traceback (most recent call last):
File "setup.py", line 11, in
from Cython.Build import cythonize
ImportError: No module named Cython.Build
I have cython installed. My machine is a Mac, running Mojave 10.14.6.
The text was updated successfully, but these errors were encountered: