-
Notifications
You must be signed in to change notification settings - Fork 13
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 fails #52
Comments
My last working build was with napari 0.4.18. I tried to build a new one speficying napari 0.4.18 and I got the same error as above. Please find below the output of Any suggestion is welcome , Cheeers R |
Hi @romainGuiet , what happens if you use this command from the installation instructions?
|
Hi @haesleinhuepf , thank you for your suggestion ! I can confirm that using
If I specify devbio-napari=0.10.1 , so the line become : it returns the same error as name: "devbio"
channels:
- conda-forge
- pytorch
dependencies:
- napari=0.4.19
- python=3.9
- devbio-napari=0.10.1
- pyqt
prefix: "/opt/conda/envs/devbio" Best, Romain |
Ok, then one more try: Can you take the environment where there is devbio-napari 0.8 installed and install 0.10 using pip? Thanks for your time! Edit: When comparing the conda package of devbio-napari between 0.8.1 and 0.10.1 I suspect there is a thing for linux missing, but my skills are very limited in this context. Maybe, @goanpeca or @jaimergp can help in making the conda receipe install on linux? |
Via the pip install it manages to build! Please find the
Now napari doesn't start I get an error :
but tha'ts a different story, which is linked to napari itself 😅 Shall we leave this issue open until it builds "normally" (without pip install second step) Cheers, R |
Yes, please. We need to fix the conda receipe obviously. |
That kind of warning seems to originate from a headless deployment... is that a Docker container or similar? You might be lacking some of the virtual packages required. Can you share the output of |
nvm this is a simple one:
So if you don't specify any devbio version, then the solver will find a compatible one in the 0.8 series because the most recent ones prevent npe2 greater or equals than 0.7.0. The questions are:
|
Hey @jaimergp , thanks for the feedback! I just tried to remove the pin in the feedstock, but have this error message now in the CI:
Do you have an idea how to fix this? Thanks for your time! |
I think you were missing a rerender. Giving it a try now. |
conda-forge/devbio-napari-feedstock#26 is passing now. Give me a 👍 and I'll merge @haesleinhuepf |
Hey @jaimergp , amazing, thanks so much! I owe you something!!! 🙌 Cheers, |
Hi @haesleinhuepf , Hi team !
I'm trying to install devbio-napari using this
env_devbio.yml
:and this line
conda env update -n devbio -f /tmp/env_devbio.yml
(I'm using conda but it uses the LibMambaSolver now, so it should be fine)
from the error message I guess it would pass on Mac and Win and fails on linux because :
and
I tried to :
thank you in advance for your suggestions,
Best
Romain
The text was updated successfully, but these errors were encountered: