Closed afmv1089 closed 3 years ago
It does not look like you used strict channel or installed in an env. Please take a look at https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge
It does not look like you used strict channel or installed in an env. Please take a look at https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge
Hi. Thanks for your answer.
I used this:conda config --add channels conda-forge conda config --set channel_priority strict
It didn't work neither.
You package list has tons of non-conda-forge packages in there. Can you try a fresh environment?
Thanks again, Im agraid, Im really new on this. Could you please explain me how to "try a fresh environment"
Thanks
Im agraid, Im really new on this. Could you please explain me how to "try a fresh environment"
In that case please do not mark the I read the conda-forge documentation and could not find the solution for my problem there.
line in the issue, that will make things easier for us since we will know where you stand.
First you need to make sure you added conda-forge and activated strict with:
conda config --add channels conda-forge
conda config --set channel_priority strict
then you can install it in a new environment, let's say, named TEST, like this:
conda create --name TEST python=3.8 osmnx
You can add more packages after osmnx there, add everything you need to avoid the need to install having to install them later. You can install them later but it may become harder for the package solver as your list grows. Also, read on environment.yaml
files if you are worried about reproducibility and streamlining this workflow.
After you install your packages in the TEST
env you can activate the env and test the package with:
conda activate TEST
python -c "import osmnx as ox; print(ox.__version__)"
0.16.2
BTW, I'm closing this b/c it is not a problem with the package but rather a conda-forge usage question. You can continue to ask and I'll help get you set up but there is nothing that the maintainer os the package can do for you here.
Hi Filipe,
First of all, thanks a lot for your time and patience. I created the environment OX... but now Jupiter notebook doesn’t recognize. I already activate the channel.
I also did this, as you mentioned:
conda config --add channels conda-forge conda config --set channel_priority strict
Btw I’m now having other conflicts when trying to update or add another libraries like geopandas, for example. I’m really sorry for being so rookie on this.
Thanks again for your help.
Kind regards, Andres Muñoz
On 17/12/2020, at 7:51 AM, Filipe notifications@github.com wrote:
Closed #73https://github.com/conda-forge/osmnx-feedstock/issues/73.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/conda-forge/osmnx-feedstock/issues/73#event-4124946002, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADE7SN3GHTT4JL5QI7NL4FLSVH5DPANCNFSM4U6EFMDA.
Btw I’m now having other conflicts when trying to update or add another libraries like geopandas, for example. I’m really sorry for being so rookie on this.
Like I mentioned above you need to install everything you'll need in that new environment to avoid conflicts. If all you is jupyter and geopandas the command would be:
conda create --name TEST python=3.8 osmnx jupyter geopandas # keep adding what you need here, also read on environment yaml files
conda activate TEST
Thanks again for your help Filipe,
Two ‘dummie’ questions:
Thanks again,
Package libcxx conflicts for: pcre -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] cffi -> libffi[version='>=3.3,<3.4.0a0'] -> libcxx[version='>=10.0.0|>=11.0.0|>=4.0.1|>=10.0.1|>=9.0.1|>=9.0.0'] html5lib -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] prometheus_client -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] colorama -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] mistune -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] backports.functools_lru_cache -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] asn1crypto -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] _ipyw_jlab_nb_ext_conf -> python[version='>=3.8,<3.9.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] iniconfig -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pandas -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] backports.weakref -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] toml -> python[version='>=2.7'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pyopenssl -> python[version='>=2.7'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] bitarray -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] hdf5 -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.0|>=4.0.1'] pydocstyle -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] llvmlite -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] backports.tempfile -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] unicodecsv -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pandas -> python[version='>=3.6,<3.7.0a0'] -> libcxx msgpack-python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] alabaster -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] lxml -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] requests -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sqlalchemy -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] curl -> krb5[version='>=1.17.1,<1.18.0a0'] -> libcxx[version='>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] ujson -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=4.0.1'] pycparser -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] testpath -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] mkl-service -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] libffi -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=4.0.1'] xlwt -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] matplotlib-base -> python[version='>=3.6,<3.7.0a0'] -> libcxx decorator -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] regex -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pkginfo -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] numba -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1|>=7.0.0'] clyent -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] jdcal -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] jedi -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] importlib_metadata -> python[version='>=3.8,<3.9.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] geopandas -> fiona -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] jupyterlab_server -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] fsspec -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] toolz -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sip -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=11.0.0'] zope.interface -> python[version='>=3.8,<3.9.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] lazy-object-proxy -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] icu -> libcxx[version='>=10.0.1|>=11.0.0|>=9.0.1|>=4.0.1'] et_xmlfile -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] numexpr -> python[version='>=3.8,<3.9.0a0'] -> libcxx[version='>=11.0.0'] parso -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] tblib -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] snowballstemmer -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] wurlitzer -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] qtconsole -> pyqt -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1|>=11.0.0'] scipy -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=11.0.0'] blosc -> snappy -> libcxx[version='>=9.0.0'] sympy -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] contextlib2 -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] numexpr -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] applaunchservices -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] fastcache -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] six -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] xlsxwriter -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] astroid -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] chardet -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] diff-match-patch -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] spyder-kernels -> python[version='>=3.8,<3.9.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] webencodings -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sphinxcontrib-serializinghtml -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] jupyterlab -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] blosc -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=4.0.1'] singledispatch -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] heapdict -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] future -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pywavelets -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] babel -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] tornado -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] numpy -> libcxx[version='>=4.0.1'] keyring -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] path.py -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] kiwisolver -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] py-lief -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.0|>=4.0.1'] setuptools -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] beautifulsoup4 -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sphinxcontrib-devhelp -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] py -> python[version='>=2.7'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] nbclient -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pyodbc -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] boto -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] anaconda-client -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sqlite -> ncurses[version='>=6.2,<6.3.0a0'] -> libcxx[version='>=10.0.0|>=9.0.1'] numpydoc -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] nltk -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pytz -> python[version='>=3'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] networkx -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] zict -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] werkzeug -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] libxslt -> icu[version='>=67.1,<68.0a0'] -> libcxx[version='>=10.0.1|>=9.0.1|>=4.0.1'] msgpack-python -> python[version='>=3.6,<3.7.0a0'] -> libcxx qt -> libclang[version='>=10.0.1,<11.0a0'] -> libcxx[version='>=10.0.0|>=9.0.0'] python=3.8 -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] threadpoolctl -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] matplotlib-base -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1|>=11.0.0'] xlrd -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] zipp -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] yapf -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] dask -> numpy[version='>=1.15.1'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=4.0.1|>=9.0.1|>=9.0.0'] mccabe -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] glib -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] ipython_genutils -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pep8 -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] urllib3 -> python[version='<4.0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] dask-core -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sphinxcontrib-qthelp -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] partd -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] tifffile -> imagecodecs -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=4.0.1|>=9.0.0'] pyzmq -> libcxx[version='>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] scipy -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] entrypoints -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] patsy -> numpy[version='>=1.4.0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=4.0.1|>=9.0.1|>=9.0.0'] sortedcontainers -> python[version='>=2.7'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] xmltodict -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] locket -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sphinxcontrib-applehelp -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] cython -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] mpc -> gmp[version='>=6.2.0,<7.0a0'] -> libcxx[version='>=10.0.1|>=9.0.1|>=4.0.1'] wcwidth -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pickleshare -> python[version='>=3'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] conda-verify -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pluggy -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] notebook -> python[version='>=3.8,<3.9.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sqlite -> libcxx[version='>=4.0.1'] appscript -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pathtools -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sphinx -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pycosat -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pip -> python[version='>=3'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] scikit-image -> python[version='>=3.6,<3.7.0a0'] -> libcxx mkl_random -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] qdarkstyle -> python[version='>=2.7'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] python-jsonrpc-server -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] certifi -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sip -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] cycler -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] libedit -> ncurses[version='>=6.2,<6.3.0a0'] -> libcxx[version='>=10.0.0|>=9.0.1|>=4.0.1'] async_generator -> python[version='>2.7'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] unixodbc -> libcxx[version='>=10.0.1|>=9.0.1|>=4.0.1'] mpfr -> gmp[version='>=6.2.0,<7.0a0'] -> libcxx[version='>=10.0.1|>=9.0.1|>=4.0.1'] conda[version='>=4.9.2'] -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] python.app -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] watchdog -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] kiwisolver -> python[version='>=3.8,<3.9.0a0'] -> libcxx[version='>=11.0.0'] sortedcollections -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] nest-asyncio -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] terminado -> python[version='>=3.8,<3.9.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] llvmlite -> libllvm10[version='>=10.0.1,<10.1.0a0'] -> libcxx[version='>=10|>=11|>=9|>=4'] nbformat -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] python-libarchive-c -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sphinxcontrib -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] soupsieve -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] zope -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] argh -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] navigator-updater -> pyqt[version='>=5.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1|>=11.0.0'] ipykernel -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pexpect -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] flask -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] libllvm10 -> libcxx[version='>=10.0.0|>=10|>=9|>=4.0.1'] gevent -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] appnope -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] hdf5 -> openmpi[version='>=4.0,<4.1.0a0'] -> libcxx[version='>=9.0.1'] pyqt -> pyqt-impl==5.12.3=py36hb40023b_6 -> libcxx[version='>=11.0.0'] atomicwrites -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pyflakes -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] mkl_fft -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0'] yaml -> libcxx[version='>=9.0.0'] jupyter -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] json5 -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] multipledispatch -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pandocfilters -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] cython -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=11.0.0'] mpmath -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] jsonschema -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] backports -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] gmpy2 -> gmp[version='>=6.2.0,<7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=11.0.0|>=9.0.0|>=4.0.1'] mkl_fft -> libcxx[version='>=10.0.0|>=4.0.1'] backcall -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] expat -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] glib -> python= -> libcxx attrs -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] qtawesome -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pytables -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] pillow -> libtiff[version='>=4.1.0,<5.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1|>=11.0.0'] pygments -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sphinxcontrib-htmlhelp -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] lz4-c -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=4.0.1'] rope -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] flake8 -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] psutil -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] gettext -> libffi[version='>=3.3,<3.4.0a0'] -> libcxx[version='>=10.0.0|>=11.0.0|>=4.0.1|>=10.0.1|>=9.0.1'] bkcharts -> numpy[version='>=1.7.1'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=4.0.1|>=9.0.1|>=9.0.0'] idna -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] qtpy -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] click -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] anaconda==2020.11 -> libcxx==10.0.0=1 scikit-learn -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] backports.shutil_get_terminal_size -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] ujson -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=11.0.0|>=9.0.0'] pysocks -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] cloudpickle -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] tqdm -> python[version='>=2.7'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] ipywidgets -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] seaborn -> matplotlib-base[version='>=2.1.2'] -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1|>=11.0.0'] numpy-base -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] defusedxml -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] bleach -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] prompt_toolkit -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] docutils -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] matplotlib -> libcxx[version='>=4.0.1'] numpy -> python[version='>=3.8,<3.9.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0'] itsdangerous -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] jupyter_console -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] cytoolz -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] anaconda-project -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] libtiff -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] ply -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] scikit-image -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] krb5 -> libcxx[version='>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] olefile -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pyyaml -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] prompt-toolkit -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] matplotlib -> matplotlib-base[version='>=3.3.3,<3.3.4.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0'] filelock -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] traitlets -> python[version='>=3.7'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] statsmodels -> pandas[version='>=0.23'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pytest -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sphinxcontrib-websupport -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] sphinxcontrib-jsmath -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] llvm-openmp -> libcxx[version='>=4.0.1'] dbus -> expat[version='>=2.2.9,<2.3.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=11.0.0|>=9.0.0|>=4.0.1'] h5py -> hdf5[version='>=1.10.6,<1.10.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.0|>=9.0.1|>=4.0.1'] brotlipy -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] spyder -> pyqt[version='>=5.6,<5.13'] -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1|>=11.0.0'] mock -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] greenlet -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] distributed -> msgpack-python[version='>=0.6.0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] openpyxl -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] scikit-learn -> python[version='>=3.6,<3.7.0a0'] -> libcxx jupyter_client -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] joblib -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] libxml2 -> icu[version='>=67.1,<68.0a0'] -> libcxx[version='>=10.0.1|>=9.0.1|>=4.0.1|>=11.0.0'] numba -> python[version='>=3.6,<3.7.0a0'] -> libcxx packaging -> python[version='>=2.7'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] nbconvert -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] gmp -> libcxx[version='>=10.0.1|>=9.0.1|>=4.0.1'] ncurses -> libcxx[version='>=10.0.0|>=9.0.1|>=4.0.1'] mkl_random -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=11.0.0'] xlwings -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] ruamel_yaml -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] py-lief -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=11.0.0|>=9.0.1'] more-itertools -> python[version='>=3.4'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] typing_extensions -> python[version='>=3.5'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] astropy -> numpy[version='>=1.16'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=4.0.1|>=9.0.1|>=9.0.0'] lcms2 -> libtiff[version='>=4.1.0,<5.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] wheel -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] libgfortran -> llvm-openmp[version='>=8.0.0'] -> libcxx[version='>=4.0.1'] zope.event -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] anaconda-navigator -> pyqt[version='>=5.6,<6.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1|>=11.0.0'] zstd -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] bottleneck -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pycodestyle -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pytables -> blosc[version='>=1.20.1,<2.0a0'] -> libcxx[version='>=11.0.0'] wrapt -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pycurl -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pyrsistent -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] anaconda==2020.11 -> blosc==1.20.1=hab81aa3_0 -> libcxx[version='>=10.0.0|>=4.0.1|>=10.0.1'] jupyterlab_pygments -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] argon2-cffi -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] conda-env -> python=3.5 -> libcxx[version='>=4.0.1|>=9.0.1'] pyqt -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=9.0.0|>=4.0.1'] jupyter_core -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] importlib-metadata -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] python-dateutil -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] send2trash -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] liblief -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.0|>=4.0.1'] isort -> python[version='>=3.6,<4.0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] simplegeneric -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] rtree -> libspatialindex[version='>=1.9.3,<1.9.4.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=4.0.1|>=9.0.0|>=9.0.1'] markupsafe -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] bokeh -> numpy[version='>=1.11.3'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=4.0.1|>=9.0.1|>=9.0.0'] libcurl -> krb5[version='>=1.17.1,<1.18.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] conda-build -> py-lief -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.0|>=4.0.1|>=11.0.0|>=9.0.1'] cryptography -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] nose -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] intervaltree -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] readline -> ncurses[version='>=6.2,<6.3.0a0'] -> libcxx[version='>=10.0.0|>=9.0.1|>=4.0.1'] ipython -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] jinja2 -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pyodbc -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=11.0.0'] imagesize -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] python-language-server -> python[version='>=3.6'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] widgetsnbextension -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] imageio -> numpy -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=4.0.1|>=9.0.1|>=9.0.0'] libarchive -> lz4-c[version='>=1.9.2,<1.9.3.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=9.0.1|>=4.0.1|>=9.0.0'] pyparsing -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pylint -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] pyzmq -> python[version='>=3.8,<3.9.0a0'] -> libcxx[version='>=10.0.0|>=11.0.0'] libspatialindex -> libcxx[version='>=4.0.1|>=9.0.0|>=9.0.1'] zeromq -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=4.0.1'] conda-package-handling -> python[version='>=3.6,<3.7.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] qt -> libcxx[version='>=10.0.1|>=9.0.1|>=4.0.1'] pathlib2 -> python[version='>=3.7,<3.8.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] autopep8 -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] path -> python[version='>=3.9,<3.10.0a0'] -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1'] ptyprocess -> python -> libcxx[version='>=10.0.0|>=10.0.1|>=11.0.0|>=9.0.1|>=9.0.0|>=4.0.1']
Package pyparsing conflicts for: matplotlib -> matplotlib-base[version='>=3.3.3,<3.3.4.0a0'] -> pyparsing[version='>=2.0.3,!=2.0.4,!=2.1.2,!=2.1.6'] matplotlib-base -> pyparsing[version='>=2.0.3,!=2.0.4,!=2.1.2,!=2.1.6'] matplotlib -> pyparsing bleach -> packaging -> pyparsing[version='>=2.0.2'] scikit-image -> matplotlib-base[version='>=2.0.0'] -> pyparsing[version='>=2.0.3,!=2.0.4,!=2.1.2,!=2.1.6'] anaconda==2020.11 -> pyparsing==2.4.7=py_0 packaging -> pyparsing[version='>=2.0.2'] seaborn -> matplotlib-base[version='>=2.1.2'] -> pyparsing[version='>=2.0.3,!=2.0.4,!=2.1.2,!=2.1.6'] anaconda==2020.11 -> matplotlib-base==3.3.2=py38h181983e_0 -> pyparsing[version='>=2.0.2|>=2.0.3,!=2.0.4,!=2.1.2,!=2.1.6'] nltk -> pyparsing pytest -> packaging -> pyparsing[version='>=2.0.2'] geopandas -> matplotlib-base -> pyparsing[version='>=2.0.3,!=2.0.4,!=2.1.2,!=2.1.6'] bokeh -> packaging[version='>=16.8'] -> pyparsing[version='>=2.0.2'] wheel -> packaging[version='>=20.2'] -> pyparsing[version='>=2.0.2'] sphinx -> packaging -> pyparsing[version='>=2.0.2']
Package dask conflicts for: distributed -> dask[version='>=0.10.0|>=0.11.0|>=0.11.1|>=0.12.0|>=0.13.0|>=0.14.0|>=0.14.1|>=0.9.0'] scikit-image -> dask[version='>=0.5'] anaconda==2020.11 -> dask==2.30.0=py_0
Package six conflicts for: geopandas -> fiona -> six[version='>=1.7'] cycler -> six bokeh -> six[version='>=1.5.2'] pyopenssl -> six[version='>=1.5.2'] distributed -> bokeh[version='>=0.12.3'] -> six[version='>=1.5.2'] pytest -> more-itertools[version='>=4.0.0'] -> six[version='>=1.0.0,<2.0.0'] jsonschema -> pyrsistent[version='>=0.14.0'] -> six cryptography -> six[version='>=1.4.1'] matplotlib -> cycler -> six[version='>=1.5'] nbformat -> jsonschema[version='>=2.4,!=2.5.0'] -> six[version='>=1.11.0'] scipy -> mkl-service[version='>=2,<3.0a0'] -> six nbclient -> traitlets[version='>=4.2'] -> six bleach -> html5lib[version='>=0.99999999pre,!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8'] -> six[version='>=1.9'] scikit-learn -> mkl-service[version='>=2,<3.0a0'] -> six mkl_random -> mkl-service[version='>=2,<3.0a0'] -> six numpy-base -> mkl-service[version='>=2,<3.0a0'] -> six nltk -> gensim -> six[version='>=1.5.0'] multipledispatch -> six pylint -> astroid[version='>=2.4.0,<=2.5'] -> six[version='>=1.12,<2'] pyopenssl -> cryptography[version='>=3.2'] -> six[version='>=1.4.1'] h5py -> unittest2 -> six[version='>=1.4'] ipykernel -> traitlets[version='>=4.1'] -> six jupyterlab_server -> jsonschema[version='>=3.0.1'] -> six[version='>=1.11.0'] pathlib2 -> six traitlets -> six ipython -> prompt-toolkit[version='!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0'] -> six[version='>=1.9.0'] anaconda-client -> six pytables -> six pydocstyle -> six anaconda-client -> python-dateutil[version='>=2.6.1'] -> six[version='>=1.5'] importlib-metadata -> pathlib2 -> six seaborn -> patsy -> six distributed -> six html5lib -> six[version='>=1.9'] numexpr -> mkl-service[version='>=2,<3.0a0'] -> six wheel -> packaging[version='>=20.2'] -> six importlib_metadata -> pathlib2 -> six anaconda==2020.11 -> anaconda-client==1.7.2=py38_0 -> six[version='>=1.11.0|>=1.12,<2|>=1.5.2|>=1.4.1|>=1.9|>=1.5'] more-itertools -> six[version='>=1.0.0,<2.0.0'] numpydoc -> sphinx -> six[version='>=1.5'] matplotlib-base -> cycler[version='>=0.10'] -> six[version='>=1.5'] testpath -> pathlib2 -> six prompt-toolkit -> six[version='>=1.9.0'] anaconda==2020.11 -> six==1.15.0[build='py37hecd8cb5_0|py38hecd8cb5_0'] notebook -> argon2-cffi -> six mock -> six conda-package-handling -> six packaging -> six patsy -> six spyder -> jsonschema[version='>=3.2.0'] -> six[version='>=1.11.0|>=1.5'] tornado -> singledispatch -> six statsmodels -> patsy[version='>=0.5.1'] -> six pytest -> six[version='>=1.10.0'] urllib3 -> cryptography[version='>=1.3.4'] -> six[version='>=1.4.1|>=1.5.2'] pandas -> python-dateutil[version='>=2.7.3'] -> six[version='>=1.5'] bokeh -> packaging[version='>=16.8'] -> six[version='>=1.5'] pylint -> six sphinx -> six[version='>=1.5'] numba -> singledispatch -> six anaconda-navigator -> anaconda-client[version='>=1.6.14'] -> six conda[version='>=4.9.2'] -> conda-package-handling[version='>=1.3.0'] -> six[version='>=1.5.2'] geopandas -> six widgetsnbextension -> traitlets[version='>=4.3.1'] -> six jupyter_core -> traitlets -> six nltk -> six mkl-service -> six qtconsole -> traitlets -> six jupyter_console -> prompt_toolkit[version='>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1'] -> six[version='>=1.9.0'] pyrsistent -> six bkcharts -> six[version='>=1.5.2'] astropy -> pytest[version='<4'] -> six[version='>=1.10.0'] ipywidgets -> traitlets[version='>=4.3.1,<6.0.0'] -> six qtawesome -> six nbconvert -> bleach -> six python-dateutil -> six[version='>=1.5'] anaconda-project -> anaconda-client -> six dask -> bokeh[version='>=1.0.0,!=2.0.0'] -> six[version='>=1.5.2'] conda-verify -> six jsonschema -> six[version='>=1.11.0'] prompt_toolkit -> six[version='>=1.9.0'] mkl_fft -> mkl-service[version='>=2,<3.0a0'] -> six pickleshare -> pathlib2 -> six singledispatch -> six conda-build -> six numpy -> mkl-service[version='>=2,<3.0a0'] -> six argon2-cffi -> six astroid -> six[version='>=1.12,<2'] python-language-server -> pydocstyle[version='>=2.0.0'] -> six zipp -> more-itertools -> six[version='>=1.0.0,<2.0.0'] bleach -> six jupyter_client -> python-dateutil[version='>=2.1'] -> six[version='>=1.5'] h5py -> six scikit-image -> six[version='>=1.4|>=1.7.3']
Package pip conflicts for: jupyterlab_server -> python[version='>=3.5'] -> pip tqdm -> python[version='>=2.7'] -> pip prometheus_client -> python -> pip mistune -> python[version='>=3.6,<3.7.0a0'] -> pip tifffile -> python[version='>=3.7'] -> pip jupyter -> python -> pip backports.weakref -> python[version='>=3.7,<3.8.0a0'] -> pip multipledispatch -> python -> pip conda-package-handling -> python[version='>=3.6,<3.7.0a0'] -> pip pillow -> python[version='>=3.7,<3.8.0a0'] -> pip mpmath -> python -> pip itsdangerous -> python -> pip spyder -> python[version='>=3.7,<3.8.0a0'] -> pip sphinxcontrib-websupport -> python -> pip lxml -> python[version='>=3.9,<3.10.0a0'] -> pip backcall -> python -> pip qtawesome -> python[version='>=3.6'] -> pip jupyter_console -> python[version='>=3.6'] -> pip fastcache -> python[version='>=3.7,<3.8.0a0'] -> pip chardet -> python[version='>=3.6,<3.7.0a0'] -> pip bokeh -> python[version='>=3.6,<3.7.0a0'] -> pip packaging -> python[version='>=2.7'] -> pip seaborn -> python[version='>=3.6'] -> pip spyder-kernels -> python[version='>=3.8,<3.9.0a0'] -> pip webencodings -> python -> pip qtconsole -> python[version='>=3.6'] -> pip llvmlite -> python[version='>=3.6,<3.7.0a0'] -> pip psutil -> python[version='>=3.6,<3.7.0a0'] -> pip pkginfo -> python -> pip heapdict -> python -> pip pywavelets -> python[version='>=3.6,<3.7.0a0'] -> pip unicodecsv -> python -> pip qtpy -> python -> pip cloudpickle -> python[version='>=3.5'] -> pip click -> python -> pip matplotlib-base -> python[version='>=3.9,<3.10.0a0'] -> pip setuptools -> python[version='>=3.6,<3.7.0a0'] -> pip zope.interface -> python[version='>=3.8,<3.9.0a0'] -> pip sphinxcontrib-devhelp -> python[version='>=3.5'] -> pip applaunchservices -> python -> pip parso -> python[version='>=3.6'] -> pip anaconda-client -> python -> pip kiwisolver -> python[version='>=3.8,<3.9.0a0'] -> pip nltk -> python -> pip defusedxml -> python -> pip bleach -> python -> pip iniconfig -> python -> pip werkzeug -> python -> pip sympy -> python[version='>=3.6,<3.7.0a0'] -> pip prompt_toolkit -> python[version='>=3.6'] -> pip docutils -> python[version='>=3.6,<3.7.0a0'] -> pip python=3.8 -> pip appnope -> python[version='>=3.7,<3.8.0a0'] -> pip xlsxwriter -> python -> pip diff-match-patch -> python -> pip wrapt -> python[version='>=3.6,<3.7.0a0'] -> pip isort -> python[version='>=3.6,<4.0'] -> pip pep8 -> python -> pip simplegeneric -> python -> pip markupsafe -> python[version='>=3.6,<3.7.0a0'] -> pip pyyaml -> python[version='>=3.6,<3.7.0a0'] -> pip sphinxcontrib-qthelp -> python[version='>=3.5'] -> pip openpyxl -> python[version='>=3.6'] -> pip soupsieve -> python[version='>=3.6'] -> pip tornado -> python[version='>=3.6,<3.7.0a0'] -> pip pytest -> python[version='>=3.6,<3.7.0a0'] -> pip jinja2 -> python -> pip greenlet -> python[version='>=3.9,<3.10.0a0'] -> pip entrypoints -> python[version='>=3.6'] -> pip msgpack-python -> python[version='>=3.6,<3.7.0a0'] -> pip jupyter_client -> python[version='>=3.5'] -> pip patsy -> python -> pip pycosat -> python[version='>=3.9,<3.10.0a0'] -> pip pandas -> python[version='>=3.6,<3.7.0a0'] -> pip python-language-server -> python[version='>=3.6'] -> pip nbconvert -> python[version='>=3.6,<3.7.0a0'] -> pip autopep8 -> python -> pip xlwings -> python[version='>=3.6,<3.7.0a0'] -> pip typing_extensions -> python[version='>=3.5'] -> pip cffi -> python[version='>=3.6,<3.7.0a0'] -> pip wheel -> python -> pip zope.event -> python -> pip mkl_fft -> python[version='>=3.9,<3.10.0a0'] -> pip bottleneck -> python[version='>=3.6,<3.7.0a0'] -> pip pycodestyle -> python -> pip zipp -> python[version='>=3.6'] -> pip jupyterlab_pygments -> python -> pip pydocstyle -> python[version='>=3.5'] -> pip pytables -> python[version='>=3.6,<3.7.0a0'] -> pip sip -> python[version='>=3.6,<3.7.0a0'] -> pip toml -> python[version='>=2.7'] -> pip jedi -> python[version='>=3.6,<3.7.0a0'] -> pip numexpr -> python[version='>=3.8,<3.9.0a0'] -> pip imagesize -> python -> pip sortedcontainers -> python[version='>=2.7'] -> pip intervaltree -> python -> pip ipython -> python[version='>=3.9,<3.10.0a0'] -> pip requests -> python -> pip terminado -> python[version='>=3.8,<3.9.0a0'] -> pip numpy -> python[version='>=3.8,<3.9.0a0'] -> pip backports.shutil_get_terminal_size -> python -> pip nbformat -> python[version='>=3.5'] -> pip pyparsing -> python -> pip python-jsonrpc-server -> python -> pip pathtools -> python -> pip sphinx -> python[version='>=3.5'] -> pip argh -> python -> pip ipykernel -> python[version='>=3.6,<3.7.0a0'] -> pip clyent -> python -> pip path -> python[version='>=3.9,<3.10.0a0'] -> pip ptyprocess -> python -> pip flask -> python -> pip html5lib -> python -> pip gevent -> python[version='>=3.7,<3.8.0a0'] -> pip colorama -> python -> pip more-itertools -> python[version='>=3.4'] -> pip atomicwrites -> python -> pip asn1crypto -> python -> pip _ipyw_jlab_nb_ext_conf -> python[version='>=3.8,<3.9.0a0'] -> pip certifi -> python[version='>=3.6,<3.7.0a0'] -> pip bitarray -> python[version='>=3.9,<3.10.0a0'] -> pip jsonschema -> python[version='>=3.6'] -> pip backports -> python -> pip numba -> python[version='>=3.6,<3.7.0a0'] -> pip watchdog -> python[version='>=3.6,<3.7.0a0'] -> pip conda-env -> python=3.5 -> pip pyzmq -> python[version='>=3.8,<3.9.0a0'] -> pip attrs -> python -> pip beautifulsoup4 -> python[version='>=3.6'] -> pip sqlalchemy -> python[version='>=3.6,<3.7.0a0'] -> pip pycparser -> python -> pip xlwt -> python -> pip pyodbc -> python[version='>=3.9,<3.10.0a0'] -> pip idna -> python -> pip sphinxcontrib-htmlhelp -> python[version='>=3.5'] -> pip decorator -> python -> pip rope -> python -> pip zict -> python -> pip gmpy2 -> python[version='>=3.8,<3.9.0a0'] -> pip fsspec -> python[version='>=3.5'] -> pip boto -> python -> pip path.py -> python[version='>=3.5'] -> pip pysocks -> python[version='>=3.7,<3.8.0a0'] -> pip lazy-object-proxy -> python[version='>=3.7,<3.8.0a0'] -> pip yapf -> python -> pip et_xmlfile -> python -> pip json5 -> python -> pip ipython_genutils -> python -> pip ipywidgets -> python -> pip contextlib2 -> python -> pip partd -> python[version='>=3.5'] -> pip tblib -> python -> pip snowballstemmer -> python -> pip wurlitzer -> python[version='>=3.6,<3.7.0a0'] -> pip threadpoolctl -> python[version='>=3.5'] -> pip anaconda-project -> python -> pip alabaster -> python -> pip urllib3 -> python[version='<4.0'] -> pip six -> python -> pip ply -> python -> pip pygments -> python[version='>=3.5'] -> pip astroid -> python[version='>=3.7,<3.8.0a0'] -> pip anaconda==2020.11 -> pip==20.2.4[build='py37hecd8cb5_0|py38hecd8cb5_0'] future -> python[version='>=3.6,<3.7.0a0'] -> pip mkl_random -> python[version='>=3.6,<3.7.0a0'] -> pip olefile -> python -> pip sphinxcontrib-serializinghtml -> python[version='>=3.5'] -> pip jupyterlab -> python[version='>=3.5'] -> pip prompt-toolkit -> python[version='>=3.6'] -> pip singledispatch -> python -> pip traitlets -> python[version='>=3.7'] -> pip bkcharts -> python=3.6 -> pip babel -> python -> pip sphinxcontrib-jsmath -> python[version='>=3.5'] -> pip wcwidth -> python -> pip keyring -> python[version='>=3.6,<3.7.0a0'] -> pip dask -> python[version='>=3.6'] -> pip brotlipy -> python[version='>=3.6,<3.7.0a0'] -> pip anaconda-navigator -> python[version='>=3.9,<3.10.0a0'] -> pip cython -> python[version='>=3.7,<3.8.0a0'] -> pip py -> python[version='>=2.7'] -> pip networkx -> python[version='>=3.6'] -> pip nbclient -> python[version='>=3.6'] -> pip appscript -> python[version='>=3.6,<3.7.0a0'] -> pip joblib -> python[version='>=3.6'] -> pip numpy-base -> python[version='>=3.9,<3.10.0a0'] -> pip numpydoc -> python[version='>=3.5'] -> pip pytz -> python[version='>=3'] -> pip regex -> python[version='>=3.9,<3.10.0a0'] -> pip rtree -> python[version='>=3.9,<3.10.0a0'] -> pip scipy -> python[version='>=3.6,<3.7.0a0'] -> pip h5py -> python[version='>=3.6,<3.7.0a0'] -> pip cytoolz -> python[version='>=3.9,<3.10.0a0'] -> pip imageio -> python[version='>=3'] -> pip dask-core -> python[version='>=3.6'] -> pip xlrd -> python -> pip mccabe -> python -> pip filelock -> python -> pip python.app -> python[version='>=3.9,<3.10.0a0'] -> pip python-dateutil -> python -> pip cryptography -> python[version='>=3.6,<3.7.0a0'] -> pip send2trash -> python -> pip statsmodels -> python[version='>=3.6,<3.7.0a0'] -> pip sortedcollections -> python -> pip nest-asyncio -> python[version='>=3.5'] -> pip xmltodict -> python -> pip locket -> python -> pip sphinxcontrib-applehelp -> python[version='>=3.5'] -> pip geopandas -> python[version='>=3.5'] -> pip nose -> python[version='>=3.6'] -> pip notebook -> python[version='>=3.8,<3.9.0a0'] -> pip toolz -> python[version='>=3.5'] -> pip mock -> python[version='>=3.7,<3.8.0a0'] -> pip pickleshare -> python[version='>=3'] -> pip widgetsnbextension -> python[version='>=3.6,<3.7.0a0'] -> pip conda-verify -> python[version='>=3.9,<3.10.0a0'] -> pip pluggy -> python[version='>=3.6,<3.7.0a0'] -> pip pathlib2 -> python[version='>=3.7,<3.8.0a0'] -> pip pylint -> python[version='>=3.6,<3.7.0a0'] -> pip ruamel_yaml -> python[version='>=3.6,<3.7.0a0'] -> pip scikit-learn -> python[version='>=3.6,<3.7.0a0'] -> pip glib -> python= -> pip distributed -> python[version='>=3.6,<3.7.0a0'] -> pip conda-build -> python[version='>=3.7,<3.8.0a0'] -> pip navigator-updater -> python[version='>=3.9,<3.10.0a0'] -> pip scikit-image -> python[version='>=3.7,<3.8.0a0'] -> pip matplotlib -> python[version='>=3.9,<3.10.0a0'] -> pip qdarkstyle -> python[version='>=2.7'] -> pip pycurl -> python[version='>=3.7,<3.8.0a0'] -> pip pyrsistent -> python[version='>=3.7,<3.8.0a0'] -> pip backports.functools_lru_cache -> python -> pip async_generator -> python[version='>2.7'] -> pip argon2-cffi -> python[version='>=3.6,<3.7.0a0'] -> pip backports.tempfile -> python -> pip jupyter_core -> python[version='>=3.7,<3.8.0a0'] -> pip cycler -> python -> pip importlib-metadata -> python[version='>=3.6,<3.7.0a0'] -> pip py-lief -> python[version='>=3.9,<3.10.0a0'] -> pip pyopenssl -> python[version='>=2.7'] -> pip anaconda==2020.11 -> python==3.8.5=h26836e1_1 -> pip pandocfilters -> python -> pip conda[version='>=4.9.2'] -> python[version='>=3.9,<3.10.0a0'] -> pip ujson -> python[version='>=3.9,<3.10.0a0'] -> pip pyqt -> python[version='>=3.6,<3.7.0a0'] -> pip flake8 -> python[version='>=3.5'] -> pip testpath -> python -> pip astropy -> python[version='>=3.9,<3.10.0a0'] -> pip mkl-service -> python[version='>=3.7,<3.8.0a0'] -> pip python-libarchive-c -> python[version='>=3.6,<3.7.0a0'] -> pip sphinxcontrib -> python[version='>=3.9,<3.10.0a0'] -> pip zope -> python[version='>=3.9,<3.10.0a0'] -> pip jdcal -> python -> pip pyflakes -> python -> pip importlib_metadata -> python[version='>=3.8,<3.9.0a0'] -> pip pexpect -> python -> pip
Package pypy3.6 conflicts for: wurlitzer -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] path -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] sphinx -> docutils[version='>=0.12'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.3|>=7.3.1'] sphinxcontrib-qthelp -> python[version='>=3.5'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] filelock -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] xmltodict -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] scikit-image -> pypy3.6[version='>=7.3.2'] openpyxl -> python[version='>=3.6'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] sortedcollections -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] zope -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] nest-asyncio -> python[version='>=3.5'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] python-jsonrpc-server -> future -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.1'] python.app -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] msgpack-python -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] chardet -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] kiwisolver -> pypy3.6[version='>=7.3.2'] importlib_metadata -> importlib-metadata[version='>=3.3.0,<3.3.1.0a0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.3|>=7.3.2'] setuptools -> pypy3.6[version='>=7.3.1|>=7.3.2'] autopep8 -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] future -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] scikit-learn -> pypy3.6[version='>=7.3.2'] pywavelets -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pycurl -> pypy3.6[version='>=7.3.1|>=7.3.2'] jupyterlab_server -> notebook[version='>=4.2.0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] qdarkstyle -> python[version='>=2.7'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] ipykernel -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3'] pyopenssl -> cryptography[version='>=3.2'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.1'] pycodestyle -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.1'] markupsafe -> pypy3.6[version='>=7.3.1|>=7.3.2'] numpy -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] setuptools -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pytest -> pypy3.6[version='>=7.3.1|>=7.3.2|>=7.3.3'] pyodbc -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] dask -> bokeh[version='>=1.0.0,!=2.0.0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] urllib3 -> brotlipy[version='>=0.6.0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] rtree -> pypy3.6[version='>=7.3.2'] cycler -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pysocks -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] zope.event -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.1'] bkcharts -> numpy[version='>=1.7.1'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] async_generator -> python[version='>2.7'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pandocfilters -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] beautifulsoup4 -> python[version='>=3.6'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] notebook -> ipykernel -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.3'] entrypoints -> python[version='>=3.6'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] future -> pypy3.6[version='>=7.3.2'] argon2-cffi -> pypy3.6[version='>=7.3.1|>=7.3.2'] glob2 -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pickleshare -> pypy3.6[version='>=7.3.2'] dask-core -> python[version='>=3.6'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.1'] backports.tempfile -> backports.weakref -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2'] widgetsnbextension -> pypy3.6[version='>=7.3.1|>=7.3.2'] toml -> python[version='>=2.7'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] importlib-metadata -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2'] appscript -> pypy3.6[version='>=7.3.1|>=7.3.2'] scipy -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pluggy -> pypy3.6[version='>=7.3.1|>=7.3.2'] jsonschema -> pyrsistent[version='>=0.14.0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] conda-package-handling -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] jupyter_core -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] scikit-image -> matplotlib-base[version='>=2.0.0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1'] wrapt -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] distributed -> msgpack-python[version='>=0.6.0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] matplotlib -> pypy3.6[version='>=7.3.2'] cython -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pytables -> mock -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] pyyaml -> pypy3.6[version='>=7.3.1|>=7.3.2'] pyparsing -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] isort -> python[version='>=3.6,<4.0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] qtpy -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] numpy -> pypy3.6[version='>=7.3.1|>=7.3.2'] argh -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] regex -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] flask -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] jupyterlab -> notebook[version='>=4.3.1'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] multipledispatch -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] toolz -> python[version='>=3.5'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] numexpr -> numpy[version='>=1.16.5,<2.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1'] pickleshare -> python[version='>=3'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] geopandas -> pandas[version='>=0.23'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2|>=7.3.3'] appscript -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] glib -> python= -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] watchdog -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] qtconsole -> ipykernel[version='>=4.1'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2|>=7.3.3'] terminado -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] spyder-kernels -> pypy3.6[version='>=7.3.1|>=7.3.2'] jdcal -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] qtawesome -> python[version='>=3.6'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pathtools -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] matplotlib-base -> pypy3.6[version='>=7.3.1|>=7.3.2'] jedi -> pypy3.6[version='>=7.3.1|>=7.3.2'] alabaster -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] nose -> python[version='>=3.6'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.1'] numpy-base -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] beautifulsoup4 -> pypy3.6[version='>=7.3.1'] ipython -> pypy3.6[version='>=7.3.1'] certifi -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pyrsistent -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] unicodecsv -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] idna -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] sphinxcontrib-websupport -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] _ipyw_jlab_nb_ext_conf -> widgetsnbextension -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] cytoolz -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] isort -> pypy3.6[version='>=7.3.1|>=7.3.2'] pkginfo -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] jupyter -> ipykernel -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2|>=7.3.3'] conda-build -> beautifulsoup4 -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] appnope -> pypy3.6[version='>=7.3.2'] cloudpickle -> python[version='>=3.5'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] cffi -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] fsspec -> python[version='>=3.5'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] boto -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] fastcache -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] mkl_random -> numpy[version='>=1.14.6,<2.0a0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] pillow -> pypy3.6[version='>=7.3.1|>=7.3.2'] matplotlib -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1'] decorator -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] importlib-metadata -> pypy3.6[version='>=7.3.1|>=7.3.3'] et_xmlfile -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] nbclient -> python[version='>=3.6'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] tornado -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] werkzeug -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pandas -> pypy3.6[version='>=7.3.1|>=7.3.2'] wheel -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.1'] mkl_fft -> numpy[version='>=1.19.2,<2.0a0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] parso -> python[version='>=3.6'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] ipykernel -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] msgpack-python -> pypy3.6[version='>=7.3.2'] snowballstemmer -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] llvmlite -> pypy3.6[version='>=7.3.1|>=7.3.2'] backports.weakref -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] zict -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pexpect -> python -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pillow -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] imageio -> numpy -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] ujson -> pypy3.6[version='>=7.3.1|>=7.3.2'] testpath -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2'] yapf -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] soupsieve -> pypy3.6[version='>=7.3.1'] pandas -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] jinja2 -> markupsafe[version='>=0.23'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] anaconda-project -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.1'] xlsxwriter -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] gevent -> cffi[version='>=1.11.5'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.1'] partd -> python[version='>=3.5'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] tblib -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pygments -> python[version='>=3.5'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.1'] conda[version='>=4.9.2'] -> conda-package-handling[version='>=1.3.0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1'] zope.interface -> pypy3.6[version='>=7.3.2'] olefile -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] sphinxcontrib-serializinghtml -> python[version='>=3.5'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] ipython_genutils -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pep8 -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] simplegeneric -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] prompt-toolkit -> python[version='>=3.6'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] numba -> llvmlite[version='>=0.35.0,<0.36.0a0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] appnope -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] conda-package-handling -> pypy3.6[version='>=7.3.1|>=7.3.2'] nbconvert -> pypy3.6[version='>=7.3.1|>=7.3.2'] conda[version='>=4.9.2'] -> pypy3.6[version='>=7.3.2'] requests -> certifi[version='>=2017.4.17'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] sphinxcontrib -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pycosat -> pypy3.6[version='>=7.3.1|>=7.3.2'] babel -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] sphinxcontrib-jsmath -> python[version='>=3.5'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] wcwidth -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] entrypoints -> pypy3.6[version='>=7.3.2'] python-libarchive-c -> pypy3.6[version='>=7.3.1|>=7.3.2'] matplotlib-base -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pyzmq -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pyrsistent -> pypy3.6[version='>=7.3.1|>=7.3.2'] python.app -> pypy3.6[version='>=7.3.2'] bottleneck -> pypy3.6[version='>=7.3.2'] networkx -> python[version='>=3.6'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.1'] singledispatch -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] joblib -> python[version='>=3.6'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.1'] lazy-object-proxy -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] python-libarchive-c -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] ipython -> appnope -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2'] watchdog -> pypy3.6[version='>=7.3.1|>=7.3.2'] pytz -> python[version='>=3'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] bleach -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.2|>=7.3.1'] bokeh -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] keyring -> pypy3.6[version='>=7.3.1|>=7.3.2'] cryptography -> cffi[version='!=1.11.3,>=1.8'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] conda-verify -> pypy3.6[version='>=7.3.2'] html5lib -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] tifffile -> imagecodecs -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] py -> python[version='>=2.7'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] spyder -> chardet[version='>=2.0.0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] jupyterlab_pygments -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] astroid -> lazy-object-proxy=1.4 -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] xlrd -> python -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] jupyter_console -> ipykernel -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2|>=7.3.3'] anaconda-navigator -> chardet -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2'] astropy -> numpy[version='>=1.16'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.|>=7.3.1|>=7.3.2|>=7.3.3'] cython -> pypy3.6[version='>=7.3.1|>=7.3.2'] bitarray -> pypy3.6[version='>=7.3.1|>=7.3.2'] zipp -> python[version='>=3.6'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] py-lief -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] pytest -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.'] chardet -> pypy3.6[version='>=7.3.1|>=7.3.2'] pydocstyle -> python[version='>=3.5'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] backports.weakref -> pypy3.6[version='>=7.3.2'] xlwings -> pypy3.6[version='>=7.3.1|>=7.3.2'] sip -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.0.|7.3.1.|7.3.2.|7.3.3.'] docutils -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6[version='7.3.|7.3.0.|7.3.1.|7.3.2.|7.3.3.*'] bitarray -> python[version='>=3.6,<3.7.0a0'] -> pypy3.6
- If I have many environments, how will Jupiter know which to use?
You can, and should, have jupyter in each environment. You can also have a single jupyter and a kernel switcher. The former is much easier and less confusion, the latter is complicated and there is no real gain since conda packages are hardlinked and no space is wasted with multiple installations in multiple envs.
- How can I restart the ‘base’/current environment which is having like thousands of conflicts, please?
Re-install anaconda, or better yet miniconda to avoid a bloated base. Also, We do not recommend using base as a work env at all exactly yo avoid that. Envs are easy to create and remove, re-create. The base env not so much.
Thank you very much Filipe, You reallly really saved me!!
Thanks again for your kindness
Best regards, Andres Muñoz-Villamizar On 17 Dec 2020, 9:01 AM -0500, Filipe notifications@github.com, wrote:
- If I have many environments, how will Jupiter know which to use?
You can, and should, have jupyter in each environment. You can also have a single jupyter and a kernel switcher. The former is much easier and less confusion, the latter is complicated and there is no real gain since conda packages are hardlinked and no space is wasted with multiple installations in multiple envs.
- How can I restart the ‘base’/current environment which is having like thousands of conflicts, please?
Re-install anaconda, or better yet miniconda to avoid a bloated base. Also, We do not recommend using base as a work env at all exactly yo avoid that. Envs are easy to create and remove, re-create. The base env not so much. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Filipe thanks again!
Everything is working properly. One more question, do you know how to adjust/define the scale of the maps? I couldn’t find anything similar anywhere
Thanks again for your help.
Andres M
On 17/12/2020, at 9:21 AM, Andrés Felipe Muñoz Villamizar andres_10_89@hotmail.com<mailto:andres_10_89@hotmail.com> wrote:
Thank you very much Filipe, You reallly really saved me!!
Thanks again for your kindness
Best regards, Andres Muñoz-Villamizar On 17 Dec 2020, 9:01 AM -0500, Filipe notifications@github.com<mailto:notifications@github.com>, wrote:
You can, and should, have jupyter in each environment. You can also have a single jupyter and a kernel switcher. The former is much easier and less confusion, the latter is complicated and there is no real gain since conda packages are hardlinked and no space is wasted with multiple installations in multiple envs.
Re-install anaconda, or better yet miniconda to avoid a bloated base. Also, We do not recommend using base as a work env at all exactly yo avoid that. Envs are easy to create and remove, re-create. The base env not so much.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/conda-forge/osmnx-feedstock/issues/73#issuecomment-747455979, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADE7SN2OO366K6K5X3NHAZDSVIFLFANCNFSM4U6EFMDA.
Everything is working properly. One more question, do you know how to adjust/define the scale of the maps?
That is a question for StackOverflow or forum/mailing list of users. This is really an issue thread for problems with the package/packaging. I'm not an osmnx user.
@afmv1089 as @ocefpaf said, please ask "how-to" usage questions on StackOverflow.
I had the same issue. This solved it! Thank you @ocefpaf!
Issue: Python 3.8.2
Hi, I read the paper https://doi.org/10.1016/j.compenvurbsys.2017.05.004. And then I tried the installation using pip install in the terminal. As it didn't work, I then I used the code line available at https://osmnx.readthedocs.io/en/stable/: conda config --prepend channels conda-forge conda create -n ox --strict-channel-priority osmnx
Then I have this error using Jupyter:
Environment (
conda list
):Details about
conda
and system (conda info
):