Open Ultrahero opened 7 months ago
We are aware of this. pyscipopt builds now directly scip in pip since version 5.0.0. Unfortunately, you need to stick with pyscipopt 4.4.0 until we fix it. Maybe fixing pyscipopt to 4.4.0 on conda will be possible. PR are welcomed https://github.com/conda-forge/pygcgopt-feedstock !
I just wanted to install the package on a new system, other modules like pyscipopt were already installed via pip, when building gcg, i got the following traceback: (I use a conda env, but installed my other packages with pip in there, because some packages were not registered on anaconda, only on pypi)
This happened with both pyscipopt installed and not installed. The installation did work via conda, which updated some standard libraries:
It also did install other stuff but I assume, this was already there, just from pip and used only by pip so conda installed their own. For completion here is that list as well:
Now this may be just a problem of not up-to-date libraries and conda uses their own, while pip uses the system's libraries, but maybe you want to include some check or similar.