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
Cannot run the testing after install the exoplanet package: does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
#336
Open
LagrangePoint3 opened this issue
Oct 12, 2024
· 0 comments
Describe the bug
I followed the instructions in https://docs.exoplanet.codes/en/latest/user/install/. I installed the exoplanet through pip and initially it worked. However, when I tried to run the test python -m pip install -e ".[test]"
It ran into error like this: does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
I'm using a Mac with M1 chip. My python has been upgraded to 3.10. Can anyone tell us what's wrong with it? What should I do to solve this problem?
The text was updated successfully, but these errors were encountered:
Describe the bug
I followed the instructions in https://docs.exoplanet.codes/en/latest/user/install/. I installed the exoplanet through pip and initially it worked. However, when I tried to run the test
python -m pip install -e ".[test]"
It ran into error like this: does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.
I'm using a Mac with M1 chip. My python has been upgraded to 3.10. Can anyone tell us what's wrong with it? What should I do to solve this problem?
The text was updated successfully, but these errors were encountered: