schillerlab / sc-toolbox

A collection of project templates and useful functions for single-cell data analysis with Scanpy.
MIT License
20 stars 5 forks source link

Not compatible with latest Python 3.10+ #242

Closed nroak closed 1 year ago

nroak commented 1 year ago

Describe the bug Is it possible to install with version compatible with latest python? Otherwise it's hard to work with updated packages that require python >3.10.

To Reproduce

> pip install sc-toolbox
ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.7.1,<3.10; 0.10.0 Requires-Python >=3.7.1,<3.10; 0.11.1 Requires-Python >=3.7.1,<3.10; 0.11.2 Requires-Python >=3.7.1,<3.10; 0.12.0 Requires-Python >=3.7.1,<3.10; 0.12.1 Requires-Python >=3.7.1,<3.10; 0.2.0 Requires-Python >=3.7.1,<3.10; 0.3.0 Requires-Python >=3.7.1,<3.10; 0.4.0 Requires-Python >=3.7.1,<3.10; 0.5.0 Requires-Python >=3.7.1,<3.10; 0.6.0 Requires-Python >=3.7.1,<3.10; 0.7.0 Requires-Python >=3.7.1,<3.10; 0.8.0 Requires-Python >=3.7.1,<3.10; 0.9.0 Requires-Python >=3.7.1,<3.10
ERROR: Could not find a version that satisfies the requirement sc-toolbox (from versions: none)
ERROR: No matching distribution found for sc-toolbox
DagmaraNiedziela commented 1 year ago

I am also having this issue, is there a workaround (apart from changing the version of Python)? I have an entire environment set-up, moving to a different Python version could cause other packages to stop working.

ngvananh2508 commented 1 year ago

I got this issue, too. Can anyone please help me with issue?

Zethson commented 1 year ago

Made a new release. Please report back if it does not work