exaloop / codon

A high-performance, zero-overhead, extensible Python compiler using LLVM
https://docs.exaloop.io/codon
Other
14.91k stars 510 forks source link

Pip install codon does not work. #593

Open huolanmiao opened 3 hours ago

huolanmiao commented 3 hours ago

Collecting codon Using cached codon-0.0.1.tar.gz (21 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [35 lines of output] running egg_info creating C:\Users\li862\AppData\Local\Temp\pip-pip-egg-info-z7yf8sw3\codon.egg-info writing C:\Users\li862\AppData\Local\Temp\pip-pip-egg-info-z7yf8sw3\codon.egg-info\PKG-INFO Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\li862\AppData\Local\Temp\pip-install-b_5xmt0s\codon_d6ad1ba69d94479fb0fc93d735ecc47e\setup.py", line 18, in setup( File "D:\anaconda\Lib\site-packages\setuptools__init__.py", line 103, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

huolanmiao commented 3 hours ago

Collecting codon Using cached codon-0.0.1.tar.gz (21 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [1 lines of output] ERROR: Can not execute setup.py since setuptools is not available in the build environment. [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.