Eggeling-Lab-Microscope-Software / TRAIT2D

TRAIT2D is a cross-platform Python software package with compilable graphical user interfaces (GUIs) to support Single Particle Tracking experiments.
GNU General Public License v3.0
10 stars 10 forks source link

Conda Builds Not Working #41

Open john-wigg opened 3 years ago

john-wigg commented 3 years ago

When I try to install one of the still available conda builds in a fresh environment (conda create --name trait2d python=3.7), the following output is produced (after running conda install -c trait2d trait2d from the environment):

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): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: |
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found to be incompatible with each other:

Output in format: Requested package -> Available versions

Curiously, it works fine when installing all dependencies of the package manually with

conda install -c conda-forge numpy opencv pandas pyqt pyqtgraph scikit-image scipy tk tqdm matplotlib imageio

PyPI builds are not affected by this and work just fine.

Since I haven't been able to come even close to a possible solution, I removed the conda build files from the repository for now.