Open ljlamarche opened 5 months ago
When fixed, update docs/installation.rst
.
In case it's useful, I just ran into this myself and managed to install apexpy
on Python 3.12 on Fedora 40 after installing rust
and cargo
from my package manager (dnf
).
I haven't run the code at all, other than running import apexpy
successfully.
Describe the bug
Apexpy fails to install in a new python python 3.12 environment. The traceback (provided in full below) suggests this is the main error
and it may be related to there not being a Rust compiler available.
To Reproduce
pip install apexpy
Expected behavior
Sucessful installation of apexpy.
Traceback
Full traceback (long): apexpy_traceback.txt Most relevant portion:
Computer