Closed vdet closed 9 months ago
Could not solve the issue above, but pip install stereopy
did work.
I have exactly the same issue while installing stereopy on Linux with conda. Then, I switch to pip install and it failed with error like this:
Then, I tried pip install stereopy --use-pep517
it doesn't give me any error. Not sure what is supposed to be seen when installing successfully. While I try to import the package import stereo as st
, it gave me so many warning, not sure how these warning will affect later analysis.
I would appreciate if someone can explain the warnings, and how successfully installing should look like.
I meet the same problem as above, Ii stopped ar using cashed Using cached https://pypi.tuna.tsinghua.edu.cn/packages/e5/24/6d7a55afa0f8aa420ddf8fa8ede8111398cc7887967dbcd0b55e56cdab48/stereopy-0.12.0.tar.gz (88.1 MB)
when I use pip install -i https://pypi.tuna.tsinghua.edu.cn/simple stereopy.
Hello,
While installing stereopy in an Apptainer container, conda hangs:
(st) Apptainer> conda install stereopy -c stereopy -c grst -c numba -c conda-forge -c bioconda Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): | #spinning wheel, installer hangs until kill with ^C
Any idea about what went wrong?
In case this is relevant, the container was created with
singularity build stereopy.sif docker://ubuntu
I then entered in the container, installed miniconda, and followed the procedure recommended in https://stereopy.readthedocs.io/en/latest/content/00_Installation.html
Let me know if more details are useful.
Look like it is just hung by your manually typing ctrl+c. Guess you are stuck at Collecting package metadata (repodata.json)?
Look like it is just hung by your manually typing ctrl+c.
No. I typed ctrl+c to regain control of the terminal after conda install
remained hanged for hours. So that's definitively not the issue.
Guess you are stuck at Collecting package metadata (repodata.json)?
Rigth, no package is downloaded.
Look like it is just hung by your manually typing ctrl+c.
No. I typed ctrl+c to regain control of the terminal after
conda install
remained hanged for hours. So that's definitively not the issue.Guess you are stuck at Collecting package metadata (repodata.json)?
Rigth, no package is downloaded.
You can try mamba-install instead of conda-install.
Mamba is much quicker than conda while collecting package metadata.
Re-create a clean conda environment.
conda create -n try_mamba_install_st mamba -c conda-forge
Install Stereopy (already include notebook and python3.8)
mamba install stereopy -c stereopy -c grst -c numba -c conda-forge -c bioconda
Hope this can help~
Thx for your reporting~
I have exactly the same issue while installing stereopy on Linux with conda. Then, I switch to pip install and it failed with error like this: Then, I tried pip
install stereopy --use-pep517
it doesn't give me any error. Not sure what is supposed to be seen when installing successfully. While I try to import the packageimport stereo as st
, it gave me so many warning, not sure how these warning will affect later analysis.I would appreciate if someone can explain the warnings, and how successfully installing should look like.
Look like you had already installed Stereopy
successfully.
NumbaDeprecationWarning
was reported by site package datashader
, which means that it is incompatible with numba
.
It won't cause any logical bugs.
We will fix that in the next version.
Thx for your report.
Hi,
I am encountered with the above problem as well. And I have tried all solutions mentioned above but failed.
When I run
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple stereopy
and pip install stereopy --use-pep517
, the following error occurred.
I want to know what should I do to successfully install stereopy. Thanks for your patience!
pip install stereopy --use-pep517
Hi,
I am encountered with the above problem as well. And I have tried all solutions mentioned above but failed.
When I run
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple stereopy
andpip install stereopy --use-pep517
, the following error occurred.I want to know what should I do to successfully install stereopy. Thanks for your patience!
Not a Dev member, just try to help. Could you please try pip install stereopy --use-pep517
? I don't see you running it based on your screenshot. I helped someone else running this code and it works.
pip install stereopy --use-pep517
Hi, I am encountered with the above problem as well. And I have tried all solutions mentioned above but failed. When I run
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple stereopy
andpip install stereopy --use-pep517
, the following error occurred. I want to know what should I do to successfully install stereopy. Thanks for your patience!Not a Dev member, just try to help. Could you please try
pip install stereopy --use-pep517
? I don't see you running it based on your screenshot. I helped someone else running this code and it works.
Thx! Acturally I tried pip install stereopy --use-pep517
, but the similar error occurred as well.
pip install stereopy --use-pep517
Hi, I am encountered with the above problem as well. And I have tried all solutions mentioned above but failed. When I run
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple stereopy
andpip install stereopy --use-pep517
, the following error occurred. I want to know what should I do to successfully install stereopy. Thanks for your patience!Not a Dev member, just try to help. Could you please try
pip install stereopy --use-pep517
? I don't see you running it based on your screenshot. I helped someone else running this code and it works.Thx! Acturally I tried
pip install stereopy --use-pep517
, but the similar error occurred as well.
I saw you are using Mac. That is the issue. I never figure out how to install it on Mac, then I gave up. The tool is not compatible with Mac yet. Try using a Linux system.
I saw you are using Mac. That is the issue. I never figure out how to install it on Mac, then I gave up. The tool is not compatible with Mac yet. Try using a Linux system.
Many thanks for your reply and suggestion! Okay, I will try using a Linux system and hope it will work finally.
Just reporting the same issue happended with both my Windows machine. Cannot install Stereopy using Conda following the instruction, keep spinning in solving environment after retry with next repodata source. Tried both specifying stereopy channel or just using the default channel and still the same.
Just reporting the same issue happended with both my Windows machine. Cannot install Stereopy using Conda following the instruction, keep spinning in solving environment after retry with next repodata source. Tried both specifying stereopy channel or just using the default channel and still the same.
Maybe you could try pip install stereopy --use-pep517! By running the code, I successfully installed stereopy in Linux system.
Just reporting the same issue happended with both my Windows machine. Cannot install Stereopy using Conda following the instruction, keep spinning in solving environment after retry with next repodata source. Tried both specifying stereopy channel or just using the default channel and still the same.
Maybe you could try pip install stereopy --use-pep517! By running the code, I successfully installed stereopy in Linux system.
I can indeed confirm installation of stereopy package in the new conda environment using pip instead, in both of my windows 11 machines with no error.
FYI my conda is 23.3.1, and pip within the python3.8 conda environment is 23.1.2. I have tried to create a new conda environement with stereopy package satisfied, and finally get the conflict error spit out which packages are in conflict. Attached below for R&D team reference to be resolved before rebuilding for the conda package.
If conda package build for Windows x64 remaining an issue, and pip is the recommended way to go, maybe edit the installation tutorial and have pip as the first recommended method.
I met the same problem. I eventually solved using run pip install stereopy in cmd as the terminal administrator's.
Hello,
While installing stereopy in an Apptainer container, conda hangs:
Any idea about what went wrong?
In case this is relevant, the container was created with
I then entered in the container, installed miniconda, and followed the procedure recommended in https://stereopy.readthedocs.io/en/latest/content/00_Installation.html
Let me know if more details are useful.