Giter Club home page Giter Club logo

Comments (12)

tangbaoGoGo avatar tangbaoGoGo commented on July 20, 2024 7

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

from carnd-term1-starter-kit.

MengyaoWuNotAvailable avatar MengyaoWuNotAvailable commented on July 20, 2024 3

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

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

name: carnd-term1
channels:
- https://conda.anaconda.org/menpo
- conda-forge
dependencies:
- pip
- python
- pyqt
- tensorflow-gpu
- keras
- pip:
- numpy
- matplotlib
- jupyter
- pillow
- scikit-learn
- scikit-image
- scipy
- h5py
- eventlet
- flask-socketio
- seaborn
- pandas
- ffmpeg
- imageio
- moviepy
- opencv-python
- requests

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.

from carnd-term1-starter-kit.

huan0808 avatar huan0808 commented on July 20, 2024 1

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

from carnd-term1-starter-kit.

prayasg avatar prayasg commented on July 20, 2024

I am having the same issue on Mac

from carnd-term1-starter-kit.

 avatar commented on July 20, 2024

I am also having the same issue on Mac

from carnd-term1-starter-kit.

tangbaoGoGo avatar tangbaoGoGo commented on July 20, 2024

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

from carnd-term1-starter-kit.

mengf01 avatar mengf01 commented on July 20, 2024

Similar issue on Mac

from carnd-term1-starter-kit.

huan0808 avatar huan0808 commented on July 20, 2024

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

from carnd-term1-starter-kit.

thecodingsophist avatar thecodingsophist commented on July 20, 2024

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..

from carnd-term1-starter-kit.

thecodingsophist avatar thecodingsophist commented on July 20, 2024

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.

from carnd-term1-starter-kit.

KansaiUser avatar KansaiUser commented on July 20, 2024

@tangbaoGoGo tangbaoGoGo

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

from carnd-term1-starter-kit.

skieer-ssv avatar skieer-ssv commented on July 20, 2024

Remember to add a tab indent to all libraries after " pip: " in #116 (comment) 's given code

from carnd-term1-starter-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.