-
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
Installation issue with version conflicts #293
Comments
and when I use
but I still encountered some errors when attempting to import stlearn:
|
First I'd like to say that I love the package! I am also having issues with numpy versioning, unfortunately. I can write a more detailed response later if needed, but for now, here are some challenges I've identified:
Overall, I have only been able to make this work in a completely isolated environment, which isn't optimal for my workflows as I'd love to integrate this package as a dependency in software I'm writing. Aligning the dependencies with those of recent versions of other key packages (e.g., Specifics on the Numpy Issue(Happy to do a pull request on this if you'd like.)
Results in:
Change |
Apologies, as I was creating a pull request, I realized you already fixed the issue related to Updating compatibility to newer versions of Thanks for all your work on this! The package has really been a godsend to help move forward one of my collaborations. |
Can you use python 3.8 instead of 3.10? We haven't tested with that version yet |
Thanks for using our tool and your suggestions. We will try to update the python and all package versions soon |
Hello,
I followed the installation instructions for the stLearn package as suggested .
conda create -n stlearn python=3.10
conda activate stlearn
git clone https://github.com/BiomedicalMachineLearning/stLearn.git
cd stLearn
python setup.py install
However, I encountered version conflicts issues.
error: numpy 1.21.6 is installed but numpy>=1.23 is required by {'scanpy', 'scikit-image'}
Could you please advise on how to resolve these version conflicts? Looking forward to your response.
Thank you!
The text was updated successfully, but these errors were encountered: