pip install AirSim error! Calling all Smarty Pants' assistance needed #5011
Unanswered
thoraxLabs
asked this question in
Support Q&A
Replies: 1 comment
-
pip install msgpack-rpc-python might be a fix |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to learn to build projects as a hobby for AI autonomous drone navigation, I asked chatgpt for support it gives the following instructions:
>> first, I create a virtual environment
1- conda create --name ai-ml-env python=3.8
>> Activate the envrionment
2-conda activate ai-ml-env
>> Install the AI/ML libraries needed
3-conda install numpy pandas matplotlib scikit-learn tensorflow pytorch torchvision torchaudio -c pytorch
>>Reinforcement learning and openAI gym
4- conda install -c conda-forge gym
>> Computer vision and drone simulation installation
5- conda install -c conda-forge opencv
pip install airsim
>> Verify the intallation in python
6- import numpy
import pandas
import tensorflow
import torch
import gym
import cv2
import airsim
print("All libraries installed successfully!")
However, I have not been successful in the 5th step! I keep facing the same issue [see attached screenshot from anaconda prompt window]

So, I am sending out an SOS to all you smarty pants' for support, and when I get the help needed, I will celebrate by conducting the sacred ritual of the "Smarty Pants Dance"
Thank you in advance,
Koby
Beta Was this translation helpful? Give feedback.
All reactions