-
Notifications
You must be signed in to change notification settings - Fork 69
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
Error on pip install for version 0.0.5 #9
Comments
Same for me on macOS |
Yeah, its a Python 2.7 problem. open function does not know encoding in 2.7
|
Fixed in #11 |
great, Thanks @lexxish |
hmstepanek
added a commit
to newrelic/newrelic-python-agent
that referenced
this issue
Sep 27, 2022
The following is an unresolved issue occuring in the setup of confluent-kafka 1.8.2: asweigart/PyGetWindow#9
lrafeei
pushed a commit
to newrelic/newrelic-python-agent
that referenced
this issue
Sep 27, 2022
* Expand kafka testing range to older versions * Remove confluent-kafka 1.5 * Remove confluent-kafka 1.5 * Fix flakey confluent-kafka tests * Fixup: fix flakey tests * Fixup: fix kafka-python flakey tests * Fixup: fix kafka-python flakey tests * Remove confluent-kafka 1.8 tests The following is an unresolved issue occuring in the setup of confluent-kafka 1.8.2: asweigart/PyGetWindow#9 Co-authored-by: Hannah Stepanek <[email protected]>
lrafeei
pushed a commit
to newrelic/newrelic-python-agent
that referenced
this issue
Sep 27, 2022
* Expand kafka testing range to older versions * Remove confluent-kafka 1.5 * Remove confluent-kafka 1.5 * Fix flakey confluent-kafka tests * Fixup: fix flakey tests * Fixup: fix kafka-python flakey tests * Fixup: fix kafka-python flakey tests * Remove confluent-kafka 1.8 tests The following is an unresolved issue occuring in the setup of confluent-kafka 1.8.2: asweigart/PyGetWindow#9 Co-authored-by: Hannah Stepanek <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While installing
pygetwindow
usingpip install pygetwindow
I get the following errorBut installing
pygetwindow==0.0.4
works fine.System details
The text was updated successfully, but these errors were encountered: