We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some modules appear to be missing from the requirements.txt.
Upon installing as instructed from the quick start, I first get:
No module named 'pyautogui'
After pip installing pyautogui, I then get:
No module named 'uiautomation'
Finally, after pip installing uiautomation, UFO actually starts up. These packages should surely be added to the requirements.txt. Thank you.
The text was updated successfully, but these errors were encountered:
Thanks @mcasalaina , we've updated in requirements.txt and will publish in the new release shortly.
Sorry, something went wrong.
This is fixed in the latest release now.
No branches or pull requests
Some modules appear to be missing from the requirements.txt.
Upon installing as instructed from the quick start, I first get:
No module named 'pyautogui'
After pip installing pyautogui, I then get:
No module named 'uiautomation'
Finally, after pip installing uiautomation, UFO actually starts up. These packages should surely be added to the requirements.txt. Thank you.
The text was updated successfully, but these errors were encountered: