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

icu version conflict with libboost #909

Open
JustinYeon opened this issue Jan 30, 2024 · 0 comments
Open

icu version conflict with libboost #909

JustinYeon opened this issue Jan 30, 2024 · 0 comments

Comments

@JustinYeon
Copy link

During the installation of salmon v1.10.2 and leidenalg with mamba, mamba continously report that

salmon 1.10.2** is not installable because it requires
└─ icu >=70.1,<71.0a0 , which conflicts with any installable versions previously reported.

It was due to the libboost version

├─ libboost is installable with the potential options
│ ├─ libboost 1.82.0 would require
│ │ └─ icu >=72.1,<73.0a0 , which can be installed;
│ └─ libboost [1.82.0|1.83.0|1.84.0] would require
│ └─ icu >=73.2,<74.0a0 , which can be installed;

leidenalg required latest version of libboost but salmon only accepted 70.1 version of icu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant