























@a2sc Done. Thanks for testing and reporting!
please add aarch64. build works without any issues. Thank you
I'm seeing some occasional errors in my python scripts, even when not using selenium in the scripts
Error sending stats to Plausible: error sending request for url (https://plausible.io/api/event)
Which led me down the rabbit hole to find that Selenium has default opt-out tracking, https://github.com/SeleniumHQ/selenium/pull/13173
You can opt out of this by setting an environment variable
export SE_AVOID_STATS=true
Not sure if it's worth making this clearer to people installing the package?
@txtsd Indeed, sorry for the inconvenience. I mistook with python-seleniumbase that was also pulled. Thank you for your work.
@kingmk13 There is no check() in this package.
I think you should add the package python-mycdp as a required dependency. I had an error in the 'check()' because this python module was missing.
I think you should add selenium-manager as optional dependency.
@Sukolyn Builds for me in and out of chroot. Try rustup updateing your rust version. makepkg -c cleans up after a build btw, for a clean build you want makepkg -C.
I have a lot of error simply entering makepkg -c :
error: could not compile `autocfg` (lib)
Caused by:
process didn't exit successfully: `rustc --crate-name autocfg --edition=2015 /home/sukolyn/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=121 --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ba0a37b04727790 -C extra-filename=-0f99bcb19efed741 --out-dir /home/sukolyn/aur/python-selenium/src/selenium-4.29.0/target/release/deps -C strip=symbols -L dependency=/home/sukolyn/aur/python-selenium/src/selenium-4.29.0/target/release/deps --cap-lints allow -Cforce-frame-pointers=yes -C debuginfo=2 --remap-path-prefix=/home/sukolyn/aur/python-selenium/src=/usr/src/debug/python-selenium` (signal: 7, SIGBUS: access to undefined memory)
warning: build failed, waiting for other jobs to finish...
error: could not compile `getrandom` (lib)
[...] `stable_deref_trait` (lib), `proc-macro2` (lib), jobbserver` (lib), `pkg-config` (lib), `memchr` (lib), `bytes` (lib)
[...]
ERROR Backend subprocess exited when trying to invoke build_wheel
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
@txtsd thank you for implementing :)