Closed shruti753 closed 1 month ago
LookupError: https://files.pythonhosted.org/packages/44/26/f4c4c1f0f844d3e546439ef6e87f667ee7e7a1c34880975cfcb84a4bdcad/cmake-3.29.5.tar.gz (from https://pypi.org/simple/cmake/) (requires-python:>=3.7) is already being built: cmake from https://files.pythonhosted.org/packages/44/26/f4c4c1f0f844d3e546439ef6e87f667ee7e7a1c34880975cfcb84a4bdcad/cmake-3.29.5.tar.gz
even though pip says that it's likely not a problem with pip, that sounds as though it likely is a problem with pip. I'd start at that repository.
you haven't provided a way to reproduce this - I suppose you have a dockerfile - I expect they'll ask you for that.
To me this looks like you're installing multiple tools into the one environment (be that the system environment, or a virtual environment). If you do that you risk clashing dependencies, which is what you're seeing.
https://python-poetry.org/docs/#installation
Put each tool in it's own environment.
For context :
The error states raise LookupError(message)
on CMake.
To me this looks like you're installing multiple tools into the one environment (be that the system environment, or a virtual environment). If you do that you risk clashing dependencies, which is what you're seeing.
https://python-poetry.org/docs/#installation
Put each tool in it's own environment.
Can you expand on what do you mean?
Thanks!
This is no longer an issue, rapidfuzz
now has wheels for all versions
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Description
pip install poetry is not working since in the backend it installs latest version of cmake
Workarounds
no
Poetry Installation Method
pip
Operating System
Linux
Poetry Version
1.8.3
Poetry Configuration
Python Sysconfig
Example pyproject.toml
No response
Poetry Runtime Logs