IMP 2.16.0 is now available. This contains major updates, notably improved NumPy integration, support for Python 3.10, and a faster scoring function for Monte Carlo sampling.
See https://integrativemodeling.org/2.16.0/doc/manual/changelog.html for the full change log.
Check it out at https://integrativemodeling.org/
Ben
Dear Ben and all,
I am having troubles installing 2.16.0 from Anaconda, getting errors like:
conda install -c salilab imp 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 your system:
- feature:/linux-64::__glibc==2.17=0 - imp -> libgcc-ng[version='>=9.3.0'] -> __glibc[version='>=2.17']
Your installed version is: 2.17
The incompatible specifications are bit random, running on another day or time I got:
Package __glibc conflicts for: @/linux-64::__glibc==2.17=0 imp -> libgcc-ng[version='>=9.3.0'] -> __glibc[version='>=2.17']
On another computer got: ResolvePackageNotFound: - libopencv[version='>=4.5.1,<4.5.2.0a0’]
Running one minute later: ResolvePackageNotFound: - gsl[version='>=2.6,<2.7.0a0’]
Have the same with 2.15.0.
Has anyone encountered similar issues and can suggest a solution?
Best, Jan
> On 17. Dec 2021, at 02:17, Ben Webb ben@salilab.org wrote: > > IMP 2.16.0 is now available. This contains major updates, notably improved NumPy integration, support for Python 3.10, and a faster scoring function for Monte Carlo sampling. > > See https://integrativemodeling.org/2.16.0/doc/manual/changelog.html for the full change log. > > Check it out at https://integrativemodeling.org/ > > Ben > -- > ben@salilab.org https://salilab.org/~ben/ > "It is a capital mistake to theorize before one has data." > - Sir Arthur Conan Doyle > _______________________________________________ > IMP-users mailing list > IMP-users@salilab.org > https://salilab.org/mailman/listinfo/imp-users
On 12/20/21 8:06 AM, Jan Kosinski wrote: > I am having troubles installing 2.16.0 from Anaconda, getting errors like: > > conda install -c salilab imp ... > Have the same with 2.15.0.
This is because 2.14 is the last IMP release which we maintained ourselves in the 'salilab' channel. Since 2.15, IMP is built by the conda-forge folks, so install it like any other conda-forge package, as per https://conda-forge.org/ or https://integrativemodeling.org/download-anaconda.html
Ben
Hi Ben,
Oh yes, this works, thanks!
Best, Jan
> On 20. Dec 2021, at 17:54, Ben Webb ben@salilab.org wrote: > > On 12/20/21 8:06 AM, Jan Kosinski wrote: >> I am having troubles installing 2.16.0 from Anaconda, getting errors like: >> conda install -c salilab imp > ... >> Have the same with 2.15.0. > > This is because 2.14 is the last IMP release which we maintained ourselves in the 'salilab' channel. Since 2.15, IMP is built by the conda-forge folks, so install it like any other conda-forge package, as per https://conda-forge.org/ or https://integrativemodeling.org/download-anaconda.html > > Ben > -- > ben@salilab.org https://salilab.org/~ben/ > "It is a capital mistake to theorize before one has data." > - Sir Arthur Conan Doyle
participants (2)
-
Ben Webb
-
Jan Kosinski