-
Notifications
You must be signed in to change notification settings - Fork 23
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
ModuleNotFoundError: No module named 'batchglm.xarray_sparse' #93
Comments
Hi @alejandro-jimenezsanchez, are you on batchglm master branch, installed from a github clone, and diffxpy dev branch, also from a clone? |
I cloned both master branches. I set up the directory like:
|
Switching diffxpy to dev and reinstalling diffxpy should fix it. Sorry about this conflict, I ll fix this soon. |
So I installed batchglm-master, then when I tried to install diffxpy-dev I got the following error:
Setup directory is:
I am using conda environment for this:
@davidsebfischer, any idea of how to solve this issue? Thanks, |
All versions should be sorted now, the necessary version to run all new code are on the dev and master branch and pypi for both packages. |
I am still getting errors when trying to import diffxpy. Both diffxpy and batchglm are from the master branch. The error reads: ModuleNotFoundError: No module named 'batchglm.data'. No idea how to fix this. Any help is appreciated! |
If you want to use our newer code which is not yet fully benchmarked, you could try this branch: batchglm from dev and diffxpy from #218 |
any update on this issue? Thanks! |
same, any solution? |
Hi,
For some reason when I do:
from diffxpy.api import test
I get:
However,
xarray_sparse
is underbatchglm
. Also, other models underbatchglm
likeutils
, are loaded correctly.Any idea of why this may be happening?
Thanks,
Alejandro
The text was updated successfully, but these errors were encountered: