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
I have the same issue.
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for radvel
Running setup.py clean for radvel
Failed to build radvel
ERROR: Could not build wheels for radvel, which is required to install pyproject.toml-based projects
I have the same issue as well. I am trying to build a conda environment for readthedocs, where RadVel is a dependency. It might have something to do with the pip installer.
Building wheels for collected packages: radvel
Building wheel for radvel (setup.py): started
Building wheel for radvel (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [100 lines of output]
/home/docs/checkouts/readthedocs.org/user_builds/lapprox/envs/latest/lib/python3.9/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
I have tried using pip517 as a backend, but it doesn't seem to solve the problem.
Hi!
I'm trying to install radvel as a dependency for another package I am trying to use. I keep getting the following error message:
ERROR: Could not build wheels for radvel, which is required to install pyproject.toml-based projects
I have a Mac M1, and I did install pdflatex so this cannot be the issue.
Any help would be appreciated! Thank you :)
The text was updated successfully, but these errors were encountered: