-
Notifications
You must be signed in to change notification settings - Fork 27
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
grnboost2 TypeError: Must supply at least one delayed object #42
Comments
Hi, I ran into the same issue recently while trying to run I found a thread with the same bug on pySCENIC GitHub Issues: #561. It appears that this is caused by some recent (?) changes in I have then tried to rebuild the environment with Python 3.10.15 and tl;dr: Python 3.10.15 + |
I also encountered the same problem. According to your suggestion, I changed from 3.12.3 to 3.10.15, but I found that the same error still occurred. Would it be different using conda to create an environment (conda create -n pyscenic python=3.10.15) instead of deleting python 3.12.3 and reinstalling Python 3.10.15? |
This error is caused by the source code create_graph of arboreto.core and have been fixed in github. However, it has not been updated into 0.1.6. You can modify the code in the package 0.1.6 like this: aertslab/pySCENIC#592 (comment) |
Hi!
GRNBoost2 produces an error at the very last step. The same happens when I use GENIE3. It seems to be a problem with Dask, however, I could not figure out what is going on.
The code:
The error:
The text was updated successfully, but these errors were encountered: