-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing scPRINT v2.0.0 fails with "No such file or directory" #14
Comments
Hello, Wow sorry, I just saw this issue, I don't know why I don't get notified. Can you install it from git directly? git pull ... as it is in the github. I think I need to add it to pypi manually otherwise |
I will make a new release with a solution for this. |
it should be solved now with version 2.1.0 |
I just tried this with v2.1.0 and get the same error. Again, looking at the installation directory there is no This is what I did to install it in a fresh conda environment: mamba create -n scprint python==3.10
mamba activate scprint
pip install scprint
pip list | grep scprint
# scprint 2.1.0 And then in Python:
This is what is in the installation directory:
|
Sh*t, sorry. I am back at it then. Please use the git ( |
Hello, were you able to make it work with git clone / |
this has been debugged and tested on 2.1.1 |
@lazappi let me know if there is anything else I can do to make scprint work on the open problems benchmark (I was wondering what the "foundation model" benchmark was) and if it could be added to the denoising task as well. |
I haven't had a chance to check with 2.1.1 or from GitHub yet. If you wanted to open a PR updating the version on one of the tasks (maybe batch integration) that would be helpful. The foundation model task is still a work in progress but it will combine results from other tasks to give an overview of foundation models. I think we added scPRINT to denoising as well but we haven't done a run of that benchmark yet to update the results. |
Describe the bug
Importing
scprint
fails with a"No such file or directory"
errorIt seems like the
data/
directory containingTFs.txt
isn't installed with the package:Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: