Skip to content
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

Conda Builds Not Working #41

Open
john-wigg opened this issue Mar 4, 2021 · 0 comments
Open

Conda Builds Not Working #41

john-wigg opened this issue Mar 4, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@john-wigg
Copy link
Collaborator

john-wigg commented Mar 4, 2021

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.

@john-wigg john-wigg added the bug Something isn't working label Mar 4, 2021
@FReina FReina added this to To do in Patches for version 1 Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant