-
Notifications
You must be signed in to change notification settings - Fork 182
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
Different selection results gained within different environments #227
Comments
I have the same issue - whatever I select, something bleeds through at the end: (from above)
Getting the text of an element works, but I need to automate taking a specific I'm using python 3.8 and pyquery 1.4.3 |
Seems I was able to get what I need with the Edit: It worked for one element I was trying to extract, but then when trying to extract the destination element, it didn't work. |
If it help those working the issue, I've got a reproducer for something very similar to this at https://github.com/rjsparks/test_pyquery. All tox tests pass on macos on an intel mac. All fail on an m1 pro. |
When I first started to learn how to use pyquery on windows10 with python3.9.5 and pyquery1.4.3, the selection results seems weird:
The result was
And when I tried the same codes on colab with python3.7 and pyquery1.4.3, the result seems right:
Maybe I've met a similar scenario like this closed issue #223 , but there is no solution to that issue.
Were the different environments that caused the difference?
The text was updated successfully, but these errors were encountered: