-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error when importing the package #2
Comments
Hey, Thank you for reaching out, and I appreciate your interest in our package. The issue you're encountering is related to deprecation in numpy version > 1.20.0, where the np.object alias was removed. please use numpy version <= 1.20.0 |
Thank you for your answer, I manage to install it correctly. However, after following the tutorial when running the co-expression analysis there is another problem.
This is the error:
|
Hey, The error message you provided is related to an issue in the R. It seems that the error occurred while using the map() function. This function is often associated with the purrr package in R. the error message indicates a problem with the lifecycle::deprecate_soft() function, and it mentions an issue related to the "user_env" argument, which is missing and has no default value. can need to check the version of the purrr package and its dependencies in your R environment? |
Thank you I checked and re-installed all the R libraries required and it worked |
Hello,
Thank you for developing this package. I wanted to test it on my data, however I am running in an issue when importing it. I am using python 3.9.18 on a Mac. I get the following error when importing it:
Is there a preferred python version I should use?
The text was updated successfully, but these errors were encountered: