Closed cuihantao closed 9 months ago
I ran into the same error when try to release AMS on conda, and my temporary solution is to specify kvxopt version in requirements.txt as kvxopt>=1.3.0.0,!=1.3.2.*
done
export PREFIX=/home/conda/staged-recipes/build_artifacts/ltbams_1706727127114/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold
export SRC_DIR=/home/conda/staged-recipes/build_artifacts/ltbams_1706727127114/test_tmp
import: 'ams'
import: 'ams'
+ pip check
cvxpy 1.4.2 requires pybind11, which is not installed.
andes 1.8.10 has requirement kvxopt>=1.3.0.0, but you have kvxopt 0.0.0.
ltbams 0.8.4 has requirement kvxopt>=1.3, but you have kvxopt 0.0.0.
WARNING: Tests failed for ltbams-0.8.4-pyhd8ed1ab_0.conda - moving package to /home/conda/staged-recipes/build_artifacts/broken
TESTS FAILED: ltbams-0.8.4-pyhd8ed1ab_0.conda
Hey @cuihantao @jinningwang thanks for reporting it. Seems to be solved with https://github.com/conda-forge/kvxopt-feedstock/pull/34
Thank you so much for the quick turnaround! @sanurielf
Hello Uriel,
I hope all is well with you! I'm seeing some weird CI error from the ANDES Conda-forge builder.
Here's the log of a recent CI output:
https://dev.azure.com/conda-forge/84710dde-1620-425b-80d0-4cf5baca359d/_apis/build/builds/870561/logs/7
For some reason, the installed KVXOPT 1.3.2.0 is recognized as 0.0.0. I wonder if this is due to the use of non-conventional, four-digit semver by KVXOPT.