chromedriver FileNotFoundError
问题描述 python3 使用selenium +webdriver打开chrome失败,报错:FileNotFoundError: [Errno 2] No such file or directory: 'chromedriver': 'chromedriver' 解决方案 采用Google 搜索之后发现,就是缺少chromedriver ,网上推荐是下载chromedriver放到/usr/…
问题描述 python3 使用selenium +webdriver打开chrome失败,报错:FileNotFoundError: [Errno 2] No such file or directory: 'chromedriver': 'chromedriver' 解决方案 采用Google 搜索之后发现,就是缺少chromedriver ,网上推荐是下载chromedriver放到/usr/…
建站容易,写blog也不难,关键要留意备份,否则万一服务器故障或者操作失误,有可能导致数据全部丢失就吐血了。 updraftplus backup 在wordpress 官方插件中搜索updraftplus,下载安装。 备份方法1:全手动 点击备份,手动下载几个备份文件并且手动保存。 备份方法2:全自动 如果服务器是海外服务器,可以直接访问dropbox 或者 google drive, 可以在设…
安装 pip3 install tushare p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 16.0px 'Andale Mono'; color: #2fff12; background-color: #000000; background-color: rgba(0, 0, 0, 0.9)} span.s1 {font-variant-ligatu…
问题 一般我们利用curl 或者wget 获取raw.githubusercontent.com的内容时,常常会遇到443 拒绝访问的尴尬 此外在git clone等运作时会遇到没有速度的问题 解决方案:修改hosts文件 sudo nano /etc/hosts 将以下内容粘贴到文件末尾 #199.232.28.133 raw.githubusercontent.com #199.232.96.…
安装 官方github网站为 https://github.com/Homebrew/install 采用github desktop clone 此git,或者按照官方介绍执行如下命令进行安装 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 由于遇到…
安装 #linux 或者 macos 下 pip3 install youtube-dl 使用 youtube-dl --proxy socks5://127.0.0.1:1080 -l "https://www.youtube.com/playlist?list=xxxxxxxxxxxxxxxxxxxxxxxxxxxx" 其中,--proxy 是通过代理,通常采用ss指定的本地sock5端口来…
在service 的目录下建立服务文件,如图进行编辑 cd /usr/lib/systemd/system nano xx.service execstart 是指定程序所在的路径, /etc/xx/xx.json 是其配置文件目录 保存后,运行以下命令 #激活服务 systemctl enable xx.service #启动服务和程序 systemctl start xx.service #查…
背景 参考本站前面一系列文章,因为一个warning的问题决定升级python3,结果问题接连不断,解决一个后又出来其他的新问题。 最终,被迫使出终极解决方案:复制虚拟机中同目录下文件到nas中 解决 安装虚拟机,利用其系统自带文件 安装虚拟机vmware workstations,安装同系统,即openmediavault5, 它是基于debian10 的nas专用系统,设置网络为NAT。 登录…
背景说明 由于omv5是基于debian10,其自带python版本位3.7.3 在调用pip3 时发生了insecurewarning,详情见此前的文章,链接如下 https://www.cryogeny.cn/414.html 问题描述 当使用apt-get install xxx包 或者 apt-get update 时,会报错如下 Traceback (most recent call l…
debian10环境[omv], 更新python版本,从3.7.3升级到3.8.7后, 执行pip 安装包时报以下错误, Traceback (most recent call last): File "/usr/local/bin/pip", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/pip…