-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Hi, I followed the steps for netZooPy installation. When I do the git clone https://github.com/netZoo/netZooPy.git
It installs required packages until when I try to import netZooPy and get the following error:
import: unable to open X server `' @ error/import.c/ImportImageCommand/344.
Using conda, it throws an error due to not being able to find the right python version: conda install -c netzoo -c conda-forge netzoopy
This is what I get:
Channels:
- netzoo
- conda-forge
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: - warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE
failed
LibMambaUnsatisfiableError: Encountered problems while solving:
- package netzoopy-0.9.16-py310_0 requires python >=3.10,<3.11.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ netzoopy is installable with the potential options
│ ├─ netzoopy 0.8.1 would require
│ │ └─ python >=3.6,<3.7.0a0 , which can be installed;
│ ├─ netzoopy [0.10.0|0.10.1|...|0.9.9] would require
│ │ └─ python >=3.7,<3.8.0a0 , which can be installed;
│ ├─ netzoopy [0.10.0|0.10.1|...|0.9.9] would require
│ │ └─ python >=3.8,<3.9.0a0 , which can be installed;
│ ├─ netzoopy [0.10.0|0.10.1|...|0.9.9] would require
│ │ └─ python >=3.9,<3.10.0a0 , which can be installed;
│ └─ netzoopy [0.10.0|0.10.1|...|0.9.17] would require
│ └─ python >=3.10,<3.11.0a0 , which can be installed;
└─ pin-1 is not installable because it requires
└─ python 3.12.* , which conflicts with any installable versions previously reported.
Is there a way to update the version of Python during netzoo installation? I have a couple versions, however, I am not sure how to use those to install netzoo using conda?
Thanks for any pointers!
Best,
Priya