-
Notifications
You must be signed in to change notification settings - Fork 31
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 install not working #18
Comments
I had same error - had to rebuild package from scratch. afair distro doesn't have instructions for conda to build package so I had to check examples for building on other platforms and mcgyver missing stuff. it was not fun and took several evenings without previous experience. my advice - use clean and new environment to do this. perhaps you will need to downgrade python version |
I've found instruction and put it as separate issue for future generations. Hope it will help you #19 |
I also did not get it to work with conda, even though trying multiple fresh conda environments with different python versions. The Errors I get are also very inconsitent = confusing. When I run
When I run
|
Sorry, I noticed (too late) that the readme mentions running things under WSL under Windows. Using the linux subsystem, the conda install works fine. |
Yes, It is a suboptimal solution. I got the current version of TMAP running on some Windows installs but not on others. I'm currently thinking about writing a small library that only contains the used features of OGDF that is easier to build for all OSs... I have some holidays upcoming and hope to find some time to hack around here :-) |
I get the following error when attempting the conda install (conda install -c tmap tmap):
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
The text was updated successfully, but these errors were encountered: