Closed marcodigennaro closed 6 months ago
per the logs:
Skipping wheel cplex-22.1.1.2-cp310-cp310-macosx_10_6_x86_64.whl as this is not supported by the current environment
Skipping wheel cplex-22.1.1.2-cp310-cp310-manylinux1_x86_64.whl as this is not supported by the current environment
Skipping wheel cplex-22.1.1.2-cp310-cp310-manylinux2014_ppc64le.whl as this is not supported by the current environment
Skipping wheel cplex-22.1.1.2-cp310-cp310-win_amd64.whl as this is not supported by the current environment
Skipping wheel cplex-22.1.1.2-cp311-cp311-macosx_10_6_x86_64.whl as this is not supported by the current environment
Skipping wheel cplex-22.1.1.2-cp311-cp311-manylinux1_x86_64.whl as this is not supported by the current environment
Skipping wheel cplex-22.1.1.2-cp311-cp311-manylinux2014_ppc64le.whl as this is not supported by the current environment
Skipping wheel cplex-22.1.1.2-cp311-cp311-win_amd64.whl as this is not supported by the current environment
Skipping wheel cplex-22.1.1.2-cp39-cp39-macosx_10_6_x86_64.whl as this is not supported by the current environment
Skipping wheel cplex-22.1.1.2-cp39-cp39-manylinux1_x86_64.whl as this is not supported by the current environment
Skipping wheel cplex-22.1.1.2-cp39-cp39-manylinux2014_ppc64le.whl as this is not supported by the current environment
Skipping wheel cplex-22.1.1.2-cp39-cp39-win_amd64.whl as this is not supported by the current environment
please close
Thank you @dimbleby, I understand this is not a poetry issue, but do you have any practical advice?
@marcodigennaro you can either download the sources and build wheel for your system or go to package authors and ask them for a proper wheel.
use a python version for which a distribution of cplex is available
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
Hello, I am not able to add
cplex
to my environment withpoetry add cplex
.I have followed some of the advices found in #3456, but I couldn't fix it.
Please all the details below.
Workarounds
Installing
cplex
withpip
orconda
works fine. I downgraded python down to 3.8 without success. I removedpoetry.lock
and started over but this didn't work either. I also removed entirely the .venv folder and started over, with no luck.Poetry Installation Method
system package manager (eg: dnf, apt etc.)
Operating System
MacOS Ventura 13.6.6 (22G630)
Poetry Version
Poetry (version 1.8.2)
Poetry Configuration
Python Sysconfig
Example pyproject.toml
Poetry Runtime Logs