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 am installing corner as a dependency for PHOEBE. I face an error in installing corner -- pip and conda can't find and install corner nor corner.py. I try to install from the git source, and face this kind of error when running python -m pip install . inside the corner directory:
...
ERROR: Could not find a version that satisfies the requirement setuptools>=62.0 (from versions: none)
ERROR: No matching distribution found for setuptools>=62.0
...
I have installed setuptools version 75.1.0, and this error still appears.
Is there anything to solve this installation problem?
The text was updated successfully, but these errors were encountered:
aliyyanurr
changed the title
Installation error: No matching distribution found for setuptools?=62.0
Installation error: No matching distribution found for setuptools>=62.0
Nov 18, 2024
Hello,
I am installing corner as a dependency for PHOEBE. I face an error in installing corner -- pip and conda can't find and install corner nor corner.py. I try to install from the git source, and face this kind of error when running
python -m pip install .
inside the corner directory:I have installed setuptools version 75.1.0, and this error still appears.
Is there anything to solve this installation problem?
The text was updated successfully, but these errors were encountered: