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

[doc] Updating prerequisites documentation #3356

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

ivanpovazan
Copy link
Member

A minor update to the documentation related to python3 prerequisites.

MAUI scenarios depend on requests module which does not come out-of-the-box with python3 installation, so running pre.py script can result with:

Traceback (most recent call last): 
File "/Users/ivan/repos/performance/src/scenarios/mauiios/pre.py", line 9, in <module> from shared.mauisharedpython import remove_aab_files, install_versioned_maui 
File "/Users/ivan/repos/performance/src/scenarios/shared/mauisharedpython.py", line 3, in <module> import requests 
ModuleNotFoundError: No module named 'requests'

To solve this problem requests module has to be installed manually, as described in the documentation.

Copy link
Member

@kotlarmilos kotlarmilos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ivanpovazan
Copy link
Member Author

Markdownlint errors are not related to this change.
Should we try to solve them here?

@cincuranet
Copy link
Contributor

I'll be working on the MD problems. No need to fix it in this PR.

@cincuranet cincuranet merged commit 6e1db7d into dotnet:main Sep 20, 2023
4 of 5 checks passed
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.

None yet

3 participants