udacity / CarND-Term1-Starter-Kit

MIT License
495 stars 602 forks source link

Command "conda env create -f environment.yml" on Windows does not work #116

Closed lucascoelhof closed 3 years ago

lucascoelhof commented 4 years ago

Hello,

I'm trying to create a conda environment on my computer using the provided environment.yml but it returns a UnsatisfiableError with the following conflicts. Can anyone check if this command is working on their computer?

D:\workspace\CarND-Term1-Starter-Kit>conda env create -f environment.yml
Warning: you have pip-installed dependencies in your environment file, but you do not list pip itself as one of your conda dependencies.  Conda may not use the correct pip to install your packages, and they may end up in the wrong place.  Please add an explicit pip dependency.  I'm adding one for you, but still nagging you.
Collecting package metadata (repodata.json): done
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 pandas conflicts for:
seaborn -> pandas[version='>=0.14.0']
Package nbconvert conflicts for:
jupyter -> nbconvert
Package jpeg conflicts for:
pillow -> jpeg[version='8.*|9.*|>=9b,<10a|>=9c,<10a']
Package cachecontrol conflicts for:
pip -> cachecontrol
Package greenlet conflicts for:
eventlet -> greenlet[version='>=0.3']
Package mkl conflicts for:
scipy -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.4,<2020.0a0']
numpy -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.1,<2019.0a0|>=2018.0.2,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0']
scikit-learn -> mkl[version='>=2018.0.0,<2019.0a0|>=2018.0.3,<2019.0a0|>=2019.1,<2020.0a0|>=2019.3,<2020.0a0|>=2019.4,<2020.0a0']
Package six conflicts for:
scikit-image -> six[version='>=1.4|>=1.7.3']
eventlet -> six[version='>=1.10.0']
h5py -> six
Package python conflicts for:
matplotlib -> python[version='3.4.*|3.5.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
pyqt=4.11.4 -> python[version='2.7.*|3.4.*|3.5.*|3.6.*']
scipy -> python[version='>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
scikit-learn -> python[version='>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
flask-socketio -> python[version='2.7.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0']
numpy -> python[version='3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
seaborn -> python[version='2.7.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0']
h5py -> python[version='2.7.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
imageio -> python[version='2.7.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
pip -> python[version='2.7.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
scikit-image -> python[version='2.7.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
eventlet -> python[version='2.7.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
jupyter -> python[version='2.7.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0']
pillow -> python[version='2.7.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
pandas -> python[version='2.7.*|3.4.*|3.5.*|3.6.*|>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0|>=3.8,<3.9.0a0']
Package blas conflicts for:
numpy -> blas[version='*|1.0|1.1',build='mkl|openblas|mkl']
scikit-learn -> blas[version='*|1.0',build=mkl]
scipy -> blas[version='*|1.0',build=mkl]
Package libtiff conflicts for:
pillow -> libtiff[version='4.*|4.0.*|4.0.6|>=4.0.10,<5.0a0|>=4.0.3,<4.0.8|>=4.0.8,<4.0.10|>=4.0.8,<5.0a0|>=4.0.9,<5.0a0|>=4.1.0,<5.0a0']
Package libcblas conflicts for:
numpy -> libcblas[version='>=3.8.0,<4.0a0']
scikit-learn -> libcblas[version='>=3.8.0,<4.0a0']
scipy -> libcblas[version='>=3.8.0,<4.0a0']
Package freeimage conflicts for:
imageio -> freeimage=3.17
Package mkl_random conflicts for:
numpy -> mkl_random[version='>=1.0.2,<2.0a0']
Package joblib conflicts for:
scikit-learn -> joblib[version='>=0.11']
Package requests conflicts for:
pip -> requests
Package numpy-base conflicts for:
numpy -> numpy-base[version='1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.11.3|1.17.2.*|1.17.3.*|1.17.4.*|1.14.3|1.14.3|1.14.3|1.14.4|1.14.4|1.14.4|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.5|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.14.6|1.15.0|1.15.0|1.15.0|1.15.0|1.15.1|1.15.1|1.15.1|1.15.1|1.15.2|1.15.2|1.15.2|1.15.2|1.15.2|1.15.3|1.15.3|1.15.3|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.15.4|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.0|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.1|1.16.2|1.16.2|1.16.2|1.16.3|1.16.3|1.16.3|1.16.4|1.16.4|1.16.5|1.16.5|1.16.5|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|1.9.3|>=1.9.3,<2.0a0',build='py37h5c71026_6|py36h5c71026_7|py35h5c71026_7|py27h0bb1d87_7|py27h0bb1d87_6|py37hc3f5095_0|py37hc3f5095_0|py36hc3f5095_0|py37hc3f5095_0|py36hc3f5095_0|py27hb1d0314_0|py36hc3f5095_0|py27hb1d0314_0|py36hc3f5095_0|py36h8128ebf_0|py36h8128ebf_0|py37h8128ebf_0|py36h8128ebf_0|py27h2753ae9_1|py37h8128ebf_0|py35h8128ebf_0|py37h4a99626_0|py27hfef472a_0|py37hc3f5095_5|py36h8128ebf_4|py37h5c71026_4|py37h5c71026_1|py37h5c71026_0|py36h5c71026_4|py36h5c71026_3|py36h5c71026_2|py36h5c71026_1|py36h5c71026_0|py35h5c71026_0|py27h0bb1d87_4|py27h0bb1d87_1|py36h5c71026_0|py36h555522e_1|py35h555522e_1|py27h917549b_1|py38hc3f5095_12|py37hc3f5095_12|py37h8128ebf_11|py36hc3f5095_12|py36h8128ebf_9|py36h8128ebf_11|py36h5c71026_7|py36h2a9b21d_11|py27hfef472a_9|py27hb1d0314_12|py27hb1d0314_11|py27h2753ae9_9|py27h0bb1d87_7|py27h0bb1d87_8|py27h2753ae9_10|py35h4a99626_8|py35h4a99626_9|py35h8128ebf_10|py35h8128ebf_9|py36h4a99626_9|py36h5c71026_8|py36h8128ebf_10|py37h2a9b21d_11|py37h4a99626_9|py37h5c71026_7|py37h5c71026_8|py37h8128ebf_10|py37h8128ebf_9|py27h0bb1d87_0|py35h5c71026_0|py27h0bb1d87_0|py27h0bb1d87_2|py27h0bb1d87_3|py35h4a99626_4|py37h5c71026_2|py37h5c71026_3|py27h2753ae9_4|py27hb1d0314_5|py35h8128ebf_4|py36hc3f5095_5|py37h8128ebf_4|py38hc3f5095_4|py35h4a99626_0|py36h4a99626_0|py27h2753ae9_0|py36h8128ebf_0|py27h2753ae9_0|py35h8128ebf_0|py27h2753ae9_0|py37h8128ebf_0|py27h2753ae9_0|py27hb1d0314_0|py37h8128ebf_0|py37hc3f5095_0|py27hb1d0314_1|py36hc3f5095_1|py37hc3f5095_0|py37hc3f5095_1|py27hb1d0314_1|py36hc3f5095_1|py37hc3f5095_1|py27hb1d0314_0|py27hb1d0314_0|py36hc3f5095_0|py37hc3f5095_0|py36hc3f5095_0|py27hb1d0314_0|py36hc3f5095_0|py37hc3f5095_0|py36h5c71026_6|py37h5c71026_7']
Package vc conflicts for:
ffmpeg -> vc[version='14.*|9.*|>=14,<15.0a0|>=14.1,<15.0a0']
matplotlib -> vc[version='14.*|9.*|>=14.1,<15.0a0']
h5py -> vc[version='14.*|9.*|>=14,<15.0a0|>=14.1,<15.0a0']
scikit-image -> vc[version='14.*|9.*|>=14,<15.0a0|>=14.1,<15.0a0']
numpy -> vc[version='14.*|9.*|>=14,<15.0a0|>=14.1,<15.0a0']
pandas -> vc[version='14.*|9.*|>=14,<15.0a0|>=14.1,<15.0a0']
pillow -> vc[version='14.*|9.*|>=14,<15.0a0|>=14.1,<15.0a0']
scipy -> vc[version='>=14,<15.0a0']
python==3.5.2 -> vc=14
scikit-learn -> vc[version='14.*|9.*|>=14,<15.0a0|>=14.1,<15.0a0']
Package numpy conflicts for:
scikit-learn -> numpy[version='>=1.11.3,<2.0a0|>=1.14.6,<2.0a0']
h5py -> numpy[version='1.10.*|1.11.*|1.12.*|1.13.*|>=1.11|>=1.11,<1.14|>=1.11.3,<2.0a0|>=1.14.6,<2.0a0|>=1.8|>=1.8,<1.14|>=1.9|>=1.9,<1.14']
pandas -> numpy[version='1.10.*|1.11.*|1.12.*|1.13.*|>=1.11|>=1.11.*|>=1.11.3,<1.12.0a0|>=1.11.3,<2.0a0|>=1.12.1,<2.0a0|>=1.13.3,<2.0a0|>=1.14.6,<2.0a0|>=1.7|>=1.8|>=1.9|>=1.9.*']
seaborn -> numpy[version='>=1.9.3']
scikit-image -> numpy[version='1.10.*|1.11.*|1.12.*|1.11.*,>=1.11|1.12.*,>=1.11|1.13.*,>=1.11|>=1.11|>=1.11.3,<2.0a0|>=1.14.6,<2.0a0']
scipy -> numpy[version='>=1.11.3,<2.0a0|>=1.14.6,<2.0a0|>=1.15.1,<2.0a0']
imageio -> numpy
matplotlib -> numpy[version='1.10.*|1.11.*']
Package progress conflicts for:
pip -> progress
Package ipywidgets conflicts for:
jupyter -> ipywidgets
Package colorama conflicts for:
pip -> colorama
Package dask-core conflicts for:
scikit-image -> dask-core[version='>=0.15.0|>=0.15|>=0.15,>=0.9.0|>=0.9.0']
Package libblas conflicts for:
scipy -> libblas[version='>=3.8.0,<4.0a0']
numpy -> libblas[version='>=3.8.0,<4.0a0']
Package dnspython conflicts for:
eventlet -> dnspython[version='>=1.15.0']
Package python-dateutil conflicts for:
matplotlib -> python-dateutil
pandas -> python-dateutil[version='>=2.5.*|>=2.6.1']
Package lockfile conflicts for:
pip -> lockfile
Package cytoolz conflicts for:
scikit-image -> cytoolz[version='>=0.7.3']
Package jupyter_console conflicts for:
jupyter -> jupyter_console
Package liblapack conflicts for:
scipy -> liblapack[version='>=3.8.0,<3.9.0a0']
numpy -> liblapack[version='>=3.8.0,<3.9.0a0']
Package freetype conflicts for:
pillow -> freetype[version='2.5.*|2.6.*|2.8.*|2.8.1.*|2.7|2.8.1|2.7|2.7.*|>=2.8,<2.9.0a0|>=2.8.1,<2.9.0a0|>=2.9.1,<3.0a0']
matplotlib -> freetype[version='2.6.*|>=2.8,<2.9.0a0|>=2.9.1,<3.0a0']
Package vs2015_runtime conflicts for:
numpy -> vs2015_runtime[version='>=14.16.27012,<15.0a0']
matplotlib -> vs2015_runtime[version='>=14.16.27012,<15.0a0']
python==3.5.2 -> vs2015_runtime
scikit-image -> vs2015_runtime[version='>=14.16.27012,<15.0a0']
pillow -> vs2015_runtime[version='14.00.23026.0|>=14.16.27012,<15.0a0',build=0]
scikit-learn -> vs2015_runtime[version='>=14.16.27012,<15.0a0']
pandas -> vs2015_runtime[version='>=14.16.27012,<15.0a0']
ffmpeg -> vs2015_runtime[version='>=14.16.27012,<15.0a0']
h5py -> vs2015_runtime[version='>=14.16.27012,<15.0a0']
Package mkl-service conflicts for:
scikit-learn -> mkl-service[version='>=2,<3.0a0']
numpy -> mkl-service[version='>=2,<3.0a0']
scipy -> mkl-service[version='>=2,<3.0a0']
Package distlib conflicts for:
pip -> distlib
Package imageio conflicts for:
scikit-image -> imageio[version='>=2.1.0|>=2.3.0']
Package futures conflicts for:
imageio -> futures
Package scipy conflicts for:
seaborn -> scipy[version='>=0.15.2']
scikit-learn -> scipy
scikit-image -> scipy[version='>=0.17|>=0.19|>=0.9']
Package pillow conflicts for:
scikit-image -> pillow[version='>=1.7.8|>=2.1.0|>=4.3.0']
imageio -> pillow
Package dask conflicts for:
scikit-image -> dask[version='>=0.5']
Package tornado conflicts for:
matplotlib -> tornado
Package icc_rt conflicts for:
scipy -> icc_rt[version='>=13.1.6|>=16.0.4|>=2019.0.0']
numpy -> icc_rt[version='>=13.1.6|>=16.0.4|>=2019.0.0']
Package hdf5 conflicts for:
h5py -> hdf5[version='1.10.1|1.10.1.*|1.8.15.*|1.8.17.*|1.8.17|1.8.17.*|1.8.18|1.8.18.*|>=1.10.1,<1.10.2.0a0|>=1.10.2,<1.10.3.0a0|>=1.10.3,<1.10.4.0a0|>=1.10.4,<1.10.5.0a0|>=1.10.5,<1.10.6.0a0|>=1.8.18,<1.8.19.0a0|>=1.8.18,<1.9.0a0|>=1.8.20,<1.9.0a0']
Package qt conflicts for:
pyqt=4.11.4 -> qt=4.8
Package webencodings conflicts for:
pip -> webencodings
Package statsmodels conflicts for:
seaborn -> statsmodels[version='>=0.5.0']
Package * conflicts for:
numpy -> *[track_features=blas_openblas]
Package unittest2 conflicts for:
h5py -> unittest2
Package toolz conflicts for:
scikit-image -> toolz[version='>=0.7.3|>=0.7.4']
Package openblas conflicts for:
numpy -> openblas[version='0.2.20|0.2.20.*|>=0.2.20,<0.2.21.0a0|>=0.3.3,<0.3.4.0a0']
Package matplotlib conflicts for:
scikit-image -> matplotlib[version='>=1.1|>=1.3.1|>=2.0.0']
seaborn -> matplotlib[version='>=1.4.3']
Package zlib conflicts for:
matplotlib -> zlib[version='>=1.2.11,<1.3.0a0']
pillow -> zlib[version='1.2.*|1.2.11.*|1.2.11|1.2.8|>=1.2.11,<1.3.0a0']
Package pyreadline conflicts for:
h5py -> pyreadline
Package pytz conflicts for:
pandas -> pytz[version='>=2017.2']
matplotlib -> pytz
Package tk conflicts for:
pillow -> tk[version='8.6.*|>=8.6.7,<8.7.0a0|>=8.6.8,<8.7.0a0|>=8.6.9,<8.7.0a0']
Package ipykernel conflicts for:
jupyter -> ipykernel
Package wheel conflicts for:
pip -> wheel
Package kiwisolver conflicts for:
matplotlib -> kiwisolver
Package packaging conflicts for:
pip -> packaging
Package pyqt conflicts for:
matplotlib -> pyqt[version='4.11.*|5.*|5.6.*|5.9.*|5.*,>=5.9.2,<5.10.0a0|>=5.12.3,<5.13.0a0|>=5.6,<6.0a0|>=5.6.0,<5.7.0a0|>=5.9.2,<5.10.0a0']
Package setuptools conflicts for:
pip -> setuptools
matplotlib -> setuptools
Package html5lib conflicts for:
pip -> html5lib
Package functools32 conflicts for:
matplotlib -> functools32
Package ffmpeg conflicts for:
imageio -> ffmpeg=2.7
Package matplotlib-base conflicts for:
seaborn -> matplotlib-base
scikit-image -> matplotlib-base[version='>=2.0.0']
matplotlib -> matplotlib-base[version='2.1.2|2.2.3|2.2.3|2.2.3|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|2.2.4|3.0.2|3.0.2|3.0.3|3.0.3|3.0.3|3.0.3|3.1.0|3.1.0|3.1.0|3.1.0|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.1|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2|3.1.2',build='py38h2981e6d_0|py37h2981e6d_1|py36h2981e6d_0|py38h2981e6d_1|py36h2981e6d_2|py36h2852a4a_1|py36h3e3dc42_0|py37h3e3dc42_1|py36h3e3dc42_1|py36h3e3dc42_0|py38h2981e6d_2|py37h2981e6d_1|py37h2852a4a_0|py36h2981e6d_1|py27he27c676_0|py27h6595424_2|py37ha47f3eb_1|py36ha47f3eb_1|py27hf194043_1|py37h2981e6d_1|py36h2981e6d_1|py27h6595424_1|py27h6595424_1|py36h2852a4a_0|py36h2981e6d_2|py37h2981e6d_2|py36h3e3dc42_1002|py37h3e3dc42_1002|py37h3e3dc42_0|py36h2852a4a_1|py37h2852a4a_1|py37h3e3dc42_0|py36h2852a4a_0|py37h2852a4a_0|py37h2852a4a_1|py37h2981e6d_2|py38h2981e6d_2|py36h2981e6d_1|py37h2981e6d_0|py38h2981e6d_1']
Package cloudpickle conflicts for:
scikit-image -> cloudpickle[version='>=0.2.1']
Package pip conflicts for:
python==3.5.2 -> pip
Package libpng conflicts for:
matplotlib -> libpng[version='>=1.6.23,<1.7|>=1.6.32,<1.7.0a0|>=1.6.34,<1.7.0a0|>=1.6.35,<1.7.0a0|>=1.6.36,<1.7.0a0|>=1.6.37,<1.7.0a0']
Package pyopenssl conflicts for:
eventlet -> pyopenssl
Package enum34 conflicts for:
eventlet -> enum34
imageio -> enum34
Package cycler conflicts for:
matplotlib -> cycler[version='>=0.10']
Package python-socketio conflicts for:
flask-socketio -> python-socketio[version='>=1.5.0|>=1.6.1|>=2.1.0|>=2.1.0,<4|>=4.3.0']
Package pywavelets conflicts for:
scikit-image -> pywavelets[version='>=0.4.0']
Package libflang conflicts for:
numpy -> libflang[version='>=5.0.0']
Package backports.functools_lru_cache conflicts for:
matplotlib -> backports.functools_lru_cache
Package flask conflicts for:
flask-socketio -> flask[version='>=0.9']
Package patsy conflicts for:
seaborn -> patsy
Package pyparsing conflicts for:
matplotlib -> pyparsing
Package python-engineio conflicts for:
flask-socketio -> python-engineio[version='>=1.0.0']
Package olefile conflicts for:
pillow -> olefile
Package monotonic conflicts for:
eventlet -> monotonic[version='>=1.4']
Package qtconsole conflicts for:
jupyter -> qtconsole
Package mkl_fft conflicts for:
numpy -> mkl_fft[version='>=1.0.4|>=1.0.6,<2.0a0']
Package sip conflicts for:
pyqt=4.11.4 -> sip==4.18
Package networkx conflicts for:
scikit-image -> networkx[version='>=1.8|>=1.8,<2.0|>=2.0']
Package notebook conflicts for:
jupyter -> notebook
prayasg commented 4 years ago

I am having the same issue on Mac

ghost commented 4 years ago

I am also having the same issue on Mac

tangbaoGoGo commented 4 years ago

I'm having the same issue on Windows, do you have any solution?

tangbaoGoGo commented 4 years ago

Hi,I found solution in udacity course forum, in "environment.yml" put all dependencies under "-pip:" (with indents) will work.

mengf01 commented 4 years ago

Similar issue on Mac

huan0808 commented 4 years ago

I just install the packages in environment.yml respectively . conda create -n CarND-Term1 conda activate CarND-Term1 conda install package-name pip install package-name

thecodingsophist commented 4 years ago

I tried installing packages one by one but the command: "conda install jupyter --channel conda-forge" did not work. The error was "Output in format: Requested package -> Available versions". Any idea how to fix this? Would really like to get Jupyter Notebook working..

huan0808 commented 4 years ago

I tried installing packages one by one but the command: "conda install jupyter --channel conda-forge" did not work. The error was "Output in format: Requested package -> Available versions". Any idea how to fix this? Would really like to get Jupyter Notebook working..

I think you can try to use pip instead of conda command to install jupyter conda activate env_name pip install jupyter

thecodingsophist commented 4 years ago

Thanks! Do you know how to install pyqt=4.11.4? I tried conda and pip install, with channel, and both returned the same error as before.

KansaiUser commented 4 years ago

@tangbaoGoGo tangbaoGoGo

How did you do that? Could you specify the yml file you used? I tried what you wrote and failed

MengyaoWuNotAvailable commented 3 years ago

Summarized solution from Udacity forums, solved two of my issue.

environment conflicts: for cpu, replace tensorflow-gpu with tensorflow:

name: carnd-term1 channels:

not driving in autonomous mode After this step, I had another issue, simulator runs, drive.py accepts connection, but it does not drive in autonomous mode, the issue is version of python-socketio and python-engineio:

After activate the carnd-term1 envrionment, use pip to install: flask-socketio==4, python-socketio==4.6.0 and python-engineio==3.13.0

By they way, I also had a minor issue while training: "str has not attribute "encode"". Go to that file, simply remove all encode.

skieer-ssv commented 3 years ago

Remember to add a tab indent to all libraries after " pip: " in https://github.com/udacity/CarND-Term1-Starter-Kit/issues/116#issuecomment-762464909 's given code