Replies: 2 comments 3 replies
-
This looks like a common problem - can you try with I'm not sure what is causing this - it could be something in the phoebe metadata, but I can't seem to reproduce from a fresh install on my end. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Kyle, the code you suggest didn't work either. I have already tried uninstalling and reinstalling but didn't fix the problem. I mean, updating phoebe is not a must, but I'm sure it will be a problem in the future. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I'm tying to update phoebe to latest version (from 2.4.11 to 2.4.14) via pip, but I'm getting a metadata error. Thus, I can't update to the latest version. I even have tried to uninstall and reinstall but couldn't manage it. Is there a way to fix this?
Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done WARNING: Generating metadata for package phoebe produced metadata for project name unknown. Fix your #egg=phoebe fragments. Discarding https://files.pythonhosted.org/packages/70/d3/188d76975a980cd589359ba2229ac3f31b53fc3179a72b56dd08ae8c5b8b/phoebe-2.4.14.tar.gz#sha256=27237db4cf0487ba068f27e759e5fb0fd1c09e1fbb320be95064ccb60ec6e664 (from https://pypi.org/simple/phoebe/) (requires-python:>=3.7): Requested unknown from https://files.pythonhosted.org/packages/70/d3/188d76975a980cd589359ba2229ac3f31b53fc3179a72b56dd08ae8c5b8b/phoebe-2.4.14.tar.gz#sha256=27237db4cf0487ba068f27e759e5fb0fd1c09e1fbb320be95064ccb60ec6e664 has inconsistent name: filename has 'phoebe', but metadata has 'unknown'
I've tried to use general command to update phoebe as suggested on the install page.
pip3 install -U phoebe
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions