Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not build wheels for radvel #381

Open
carlaost opened this issue Aug 29, 2023 · 2 comments
Open

Could not build wheels for radvel #381

carlaost opened this issue Aug 29, 2023 · 2 comments

Comments

@carlaost
Copy link

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 :)

@Nandini-ESO
Copy link

Hi,

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 ubuntu 22.04.3 LTS

thank you for help!

@CCBeard
Copy link

CCBeard commented Oct 30, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants