diffpy / diffpy.pdfgui

graphical user interface for real space structure refinement to PDF
Other
18 stars 27 forks source link

Found conlicts during the installation by conda #43

Closed st3107 closed 4 years ago

st3107 commented 4 years ago

Hello. I found that there are conflicts during the installation of pdfgui by conda.

The command lines I use is below.

conda create -n test_pdfgui python=2.7
conda activate test_pdfgui
conda install -c diffpy diffpy.pdfgui

And the output is below.

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:

Package libffi conflicts for:
python=2.7 -> libffi[version='3.2.*|>=3.2.1,<3.3.0a0|>=3.2.1,<4.0a0']
Package setuptools conflicts for:
diffpy.pdfgui=1.1.2 -> setuptools
Package openssl conflicts for:
python=2.7 -> openssl[version='1.0.*|>=1.0.2m,<1.0.3a|>=1.0.2n,<1.0.3a|>=1.0.2o,<1.0.3a|>=1.0.2p,<1.0.3a|>=1.1.1a,<1.1.2a']
Package zlib conflicts for:
python=2.7 -> zlib[version='1.2.*|1.2.11.*|1.2.11|1.2.8|>=1.2.11,<1.3.0a0']
Package diffpy.structure conflicts for:
diffpy.pdfgui=1.1.2 -> diffpy.structure=1
Package matplotlib conflicts for:
diffpy.pdfgui=1.1.2 -> matplotlib=1
Package ca-certificates conflicts for:
python=2.7 -> ca-certificates
Package python.app conflicts for:
diffpy.pdfgui=1.1.2 -> python.app
Package tk conflicts for:
python=2.7 -> tk[version='8.5.*|8.6.*|>=8.6.7,<8.7.0a0|>=8.6.8,<8.7.0a0|>=8.6.9,<8.7.0a0']
Package readline conflicts for:
python=2.7 -> readline[version='6.2.*|7.*|7.0.*|7.0|>=7.0,<8.0a0|>=8.0,<9.0a0']
Package wxpython conflicts for:
diffpy.pdfgui=1.1.2 -> wxpython=3
Package pip conflicts for:
python=2.7 -> pip
Package diffpy.utils conflicts for:
diffpy.pdfgui=1.1.2 -> diffpy.utils=1
Package diffpy.pdffit2 conflicts for:
diffpy.pdfgui=1.1.2 -> diffpy.pdffit2
Package sqlite conflicts for:
python=2.7 -> sqlite[version='3.13.*|3.20.*|>=3.20.1,<4.0a0|>=3.22.0,<4.0a0|>=3.23.1,<4.0a0|>=3.24.0,<4.0a0|>=3.25.2,<4.0a0|>=3.25.3,<4.0a0|>=3.26.0,<4.0a0|>=3.27.2,<4.0a0|>=3.28.0,<4.0a0|>=3.29.0,<4.0a0|>=3.30.0,<4.0a0']
Package libcxx conflicts for:
python=2.7 -> libcxx[version='>=4.0.1']
Package ncurses conflicts for:
python=2.7 -> ncurses[version='>=6.0,<7.0a0|>=6.1,<7.0a0']
st3107 commented 4 years ago

I found that the solution is on website. Problem is solved. Issue close.