-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 build error on windows #12093
Comments
We should use |
@larsoner Should we add PYTHONUTF8=1 to the conda environment deployed on Windows through our installers? |
|
My initial reaction is "no" because doing more magic in our installers just delays confusion -- code will work in our installers but not in regular conda, venvs, etc. Better if people (and packages like |
just a note that the first traceback (the ResourceWarning) is already fixed upstream by SeleniumHQ/selenium#12637. Since it doesn't actually halt the docbuild I think there's no action needed except to wait for a new selenium release. |
@CarinaFo ran into this error when building the docs locally on windows
this did not kill the doc build process, but the following later error did:
The first error is related to selenium building the contributor avatars, and will need a bit of debugging (it's also popping open the browser, which it shouldn't --- supposed to be headless).
The second error can be avoided by doing
export PYTHONUTF8=1
in gitbash before running the doc buildmake
command. After that, we get a different error:The text was updated successfully, but these errors were encountered: