California-Planet-Search / radvel

General Toolkit for Modeling Radial Velocity Data
http://radvel.readthedocs.io
MIT License
57 stars 52 forks source link

Could not build wheels for radvel #381

Open carlaost opened 1 year ago

carlaost commented 1 year ago

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 commented 12 months ago

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 commented 10 months ago

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.