Hi Andreas, I followed the installation steps of zipline from your book. Zipline has been successfully installed. However, during the installation of nb_conda package in anaconda, I got the following error. Please help!
UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:
- nb_conda -> python[version='>=2.7,=3.6,=3.7,<3.8.0a0']
If python is on the left-most side of the chain, that's the version you've asked for.
When python appears to the right, that indicates that the thing on the left is somehow
not available for the python version you are constrained to. Your current python version
is (python=3.5). Note that conda will not change your python version to a different minor version
unless you explicitly specify that.
The following specifications were found to be incompatible with each other:
Package pip conflicts for:
python=3.5 -> pip
nb_conda -> python[version='>=3.6, pip
Package six conflicts for:
nb_conda -> notebook[version='>=4.3.1'] -> traitlets[version='>=4.2.1'] -> six
python=3.5 -> pip -> packaging -> six[version='>=1.9']
python=3.5 -> pip -> requests -> urllib3[version='>=1.21.1, cryptography[version='>=1.3.4'] -> six[version='>=1.4.1|>=1.5.2']
nb_conda -> notebook[version='>=4.3.1'] -> nbformat -> jsonschema[version='>=2.4,!=2.5.0'] -> six[version='>=1.11.0|>=1.5|>=1.9']
nb_conda -> notebook[version='>=4.3.1'] -> ipykernel -> ipython[version='>=5.0'] -> prompt_toolkit[version='>=1.0.4, six[version='>=1.4.1|>=1.5.2|>=1.9.0']
Package certifi conflicts for:
nb_conda -> python[version='>=3.6, pip -> requests -> certifi[version='>=2016.09|>=2017.4.17']
python=3.5 -> pip -> requests -> certifi[version='>=2016.09|>=2017.4.17']
Package wheel conflicts for:
nb_conda -> python[version='>=3.6, pip -> wheel
python=3.5 -> pip -> wheel
Package ipython_genutils conflicts for:
nb_conda -> notebook[version='>=4.3.1'] -> ipython_genutils
Package msgpack-python conflicts for:
python=3.5 -> pip -> cachecontrol -> msgpack-python
nb_conda -> python[version='>=3.6, pip -> cachecontrol -> msgpack-python
Package colorama conflicts for:
python=3.5 -> pip -> colorama
nb_conda -> python[version='>=3.6, pip -> colorama
nb_conda -> notebook[version='>=4.3.1'] -> ipykernel -> ipython[version='>=5.0'] -> jedi[version='>=0.10'] -> numpydoc -> sphinx -> colorama[version='>=0.3.5']
Package ipython conflicts for:
nb_conda -> notebook[version='>=4.3.1'] -> jupyter_client[version='>=5.2.0'] -> ipython[version='>=4.0|>=4.0.0|>=5.0']
Package ca-certificates conflicts for:
nb_conda -> python[version='>=3.6, openssl[version='>=1.1.1a, ca-certificates
python=3.5 -> pip -> requests -> urllib3[version='>=1.21.1, cryptography[version='>=1.3.4'] -> openssl[version='>=1.1.1a, ca-certificates
Package wincertstore conflicts for:
nb_conda -> notebook[version='>=4.3.1'] -> jinja2 -> setuptools -> wincertstore[version='>=0.2']
python=3.5 -> pip -> setuptools -> wincertstore[version='>=0.2']
Package setuptools conflicts for:
nb_conda -> notebook[version='>=4.3.1'] -> jinja2 -> setuptools
python=3.5 -> pip -> setuptools