Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Client build error supposedly due to missing files #4089

Closed
ashu1069 opened this issue Oct 19, 2021 · 7 comments · Fixed by #4102
Closed

Python Client build error supposedly due to missing files #4089

ashu1069 opened this issue Oct 19, 2021 · 7 comments · Fixed by #4102
Labels

Comments

@ashu1069
Copy link

While setting up Python client for my Blocks environment, few files like character_control.py was missing from the multirotor folder and DQNdrone.py as well

Help me figure out this error

Include context on what you are trying to achieve

Context details

.

Include details of what you already did to find answers

@jonyMarino
Copy link
Collaborator

Hi @ashu1069! all character (simChar*) APIs were removed in #2493. And the dqn script for the drone is a new one inside the reinforcement_learning folder.

@ashu1069
Copy link
Author

Thanks @jonyMarino , but how can I configure the APIs using Python Client? When I run the build, it pops out that these files are missing.

@jonyMarino
Copy link
Collaborator

@ashu1069 how are you running the build? Have you modified the PythonClient?

@ashu1069
Copy link
Author

I'm using Visual Studio to build and run Airsim as well as Blocks env and no I haven't done any modifications in Python Client. What am I missing here?

@jonyMarino
Copy link
Collaborator

So You don't need to build the python client. You can use the one from pip:
pip install airsim

@jonyMarino
Copy link
Collaborator

Submitted #4102 to solve this issue.

@ashu1069
Copy link
Author

Thanks @jonyMarino, issue has been solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants