Davide-sd/pygasflow

Outdated python version -> installation not possible

Eheran1 opened this issue · 3 comments

Seems like the outdated python version demanded by pygasflow makes the installation fail for me with python 3.11:
conda install -c davide_sd pygasflow

Output:

Retrieving notices: ...working... done
Channels:
 - davide_sd
 - defaults
 - conda-forge
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: - warning  libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed

LibMambaUnsatisfiableError: Encountered problems while solving:
  - package pygasflow-1.0.4-py37hfeaa757_0 requires python >=3.7,<3.8.0a0, but none of the providers can be installed

Could not solve for environment specs
The following packages are incompatible
├─ pin-1 is installable and it requires
│  └─ python 3.11.* , which can be installed;
└─ pygasflow is not installable because there are no viable options
   ├─ pygasflow [1.0.4|1.0.5|1.0.6|1.1.0] would require
   │  └─ python >=3.7,<3.8.0a0 , which conflicts with any installable versions previously reported;
   ├─ pygasflow [1.0.4|1.0.5|1.0.6|1.1.0] would require
   │  └─ python >=3.8,<3.9.0a0 , which conflicts with any installable versions previously reported;
   └─ pygasflow [1.0.4|1.0.5|1.0.6|1.1.0] would require
      └─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported.

Pins seem to be involved in the conflict. Currently pinned specs:
 - python 3.11.* (labeled as 'pin-1')

Hello @Eheran1 , thank you for pointing this out. I've just updated the build file, hopefully I'll be able to create a new release by the end of the day. I'll keep you informed.

Unfortunately, the build for conda is throwing some hard to debug errors. I don't have time right now to invest into it.

Although you are using conda, you can still install the package with pip install pygasflow. Give it a try and let me know.