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

windows: include requests in package #1464

Merged

Conversation

peterbarker
Copy link
Contributor

so mavproxy_help works

@peterbarker
Copy link
Contributor Author

@stephendade this didn't work to unbreak the help module on Windows.

PyPi got rid of the xmlrpc interace, so I changed us to JSON. Works on Linux, but missing the "requests" package on Windows.

Any ideas?

@stephendade
Copy link
Contributor

I'll take a look sometime this weekend

@stephendade
Copy link
Contributor

Turns out that the requests package isn't included in a Windows Python install. You'll need to pip install it, and add to setup.py

@peterbarker
Copy link
Contributor Author

Turns out that the requests package isn't included in a Windows Python install. You'll need to pip install it, and add to setup.py

I've done as you suggested there and it all works - thanks!

@peterbarker peterbarker merged commit ddf457b into ArduPilot:master Oct 6, 2024
2 checks passed
@peterbarker peterbarker deleted the pr/fix-windows-help-requests branch November 10, 2024 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants