pydata2019-nlp-system
pydata2019-nlp-system copied to clipboard
Conda Env Conflict
Hi @MichaMucha - I'm looking forward to your workshop tomorrow! Unfortunately, I'm having some trouble recreating your conda environment. I've got a fresh install of miniconda and surprisingly the conda env create
command is failing for me:
(base) $ hostnamectl | tail -n 3
Operating System: Ubuntu 18.04.2 LTS
Kernel: Linux 4.15.0-54-generic
Architecture: x86-64
(base) $ conda --version
conda 4.7.5
(base) $ conda env create -f workshop-environment.yml
Collecting package metadata (repodata.json): done
Solving environment: failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
- pip -> python[version='>=3.7,<3.8.0a0']
For now, I can create the environment by requiring python>=3.6
in workshop-environment.env
instead of >=3.7
- hopefully that will be sufficient for the material?
Hi, Thanks for the heads up! I am surprised this error is coming up, but fortunately it's harmless. Python 3.6 should work well! Appreciate the time you take to prepare and I look forward to meeting tomorrow!
All the best
I have the same issue, I have taken off the ">=3.7" for now