scnym icon indicating copy to clipboard operation
scnym copied to clipboard

No longer installs

Open jlehrer1 opened this issue 1 year ago • 1 comments

Attempting to install yields the error

  error: subprocess-exited-with-error
  
  × Preparing metadata (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      error in leidenalg setup command: use_2to3 is invalid.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

Downgrading setuptools via https://github.com/liftoff/pyminifier/issues/132 doesn't seem to help.

jlehrer1 avatar May 03 '23 01:05 jlehrer1

Hi @jlehrer1 , sorry for the delayed response. I made some updates to the dependency version requirements. If you still wanna try out scnym, could you follow the installation instructions and try installing again from github (by pip install -e scnym/) rather than PyPI?

hy395 avatar Dec 16 '23 04:12 hy395