Hi,
I am new to coding and new to this what seems like a beautiful community. I need help, I wanted to start learning to code, i am focusing on projects for AI autonomous drone navigation. the following are the steps i took and the source of the problem:
- in the anaconda prompt it entered: conda create --name ai-ml-env python=3.8
- then, conda activate ai-ml-env
- then, conda install numpy pandas matplotlib scikit-learn tensorflow pytorch torchvision torchaudio -c pytorch
- then, conda install -c conda-forge gym
5- then, conda install -c conda-forge opencv
pip install airsim
here is the first problem I faced, the prompt gave me a massive error message (error note are: a) subprocess-exited-with-error b) meta-data-generation-failed) and the 2 notes are this error originates from a subprocess and is likley not a problem with pip.
can someone help?
thanks, Koby