Issue with "poetry install -E all" in Prophet 1.1.3 #6267
simosathan9
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I encountered the error listed bellow while attempting to install the dependencies with "poetry install -E all".
RuntimeError: CmdStan failed to install in repackaged directory
at /opt/anaconda3/envs/obb/lib/python3.9/site-packages/poetry/installation/chef.py:152 in _prepare
148│
149│ error = ChefBuildError("\n\n".join(message_parts))
150│
151│ if error is not None:
→ 152│ raise error from None
153│
154│ return path
155│
156│ def _prepare_sdist(self, archive: Path, destination: Path | None = None) -> Path:
Note: This error originates from the build backend, and is likely not a problem with poetry but with prophet (1.1.3) not supporting PEP 517 builds. You can verify this by running 'pip wheel --use-pep517 "prophet (==1.1.3) ; python_version >= "3.7""'.
Any insights or solutions would be greatly appreciated.
Thank you,
Simos Athanasiadis
Beta Was this translation helpful? Give feedback.
All reactions