romanz / amodem

Audio MODEM Communication Library in Python
Other
950 stars 118 forks source link

Can't install locally #45

Closed zack77789 closed 4 years ago

zack77789 commented 4 years ago

Tried to install locally from setup.py (python setup.py install), but there seems to have a problem with numpy/cython installation ?

Running from numpy source directory. C:\Users\JJ\AppData\Local\Temp\easy_install-94a3s9dn\numpy-1.19.0\setup.py:460: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates run_build = parse_setuppy_commands() Cythonizing sources Processing numpy/random_bounded_integers.pxd.in Processing numpy/random\bit_generator.pyx Traceback (most recent call last): File "C:\Users\JJ\AppData\Local\Temp\easy_install-94a3s9dn\numpy-1.19.0\tools\cythonize.py", line 59, in process_pyx from Cython.Compiler.Version import version as cython_version ModuleNotFoundError: No module named 'Cython'