tools: PyInquirer conda conflict for nf-core 1.10.2 and python 3.7

Hi, when running conda create --name nf-core-test python=3.7 nf-core=1.10.2 I get

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

Package python conflicts for:
nf-core=1.10.2 -> python
nf-core=1.10.2 -> click -> python[version='2.7.*|3.5.*|3.6.*|3.4.*|>=3|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.8,<3.9.0a0|>=3.4']
python=3.7

Without specifying the python version it works using python 3.6.11.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 16 (16 by maintainers)

Most upvoted comments

I’ve had great experiences with Questionary. The devs are also very responsive, somewhat contrary to the PyInquirer devs.

PyInquirer!

shakefist