Open ecenazk opened 2 months ago
Thank you for your suggestion. Our original intention was for users to set up a Python 3.7 virtual environment to use our package. However, since you have this requirement, I will provide a version that supports Python 3.9-3.10 based on your testing results and place it on a new branch. I will update this branch as soon as possible.
Hi There,
Thanks for the package, I'm excited to try the modeling on my data. That said, I encountered some issues when trying to install
scVIC
in a Python 3.9/3.10 environment due to the wrong depiction of theREADME
file in the setup.py (depicted as .rst while it is actually .md) and major dependency conflicts that can be listed as:After resolving these, I updated the
setup.py
file to work with Python 3.9 and 3.10. Below is the updatedsetup.py
: