AguynamedRich
AguynamedRich
seems that dynaconf cannot find the config path, I suggest using code below to specify the file location : ```python from dynaconf import Dynaconf from pathlib import Path work_dir =...
> 由于在常见的nginx的配置中经常会将80端口的http的请求转发至某https端口上 我就是那个冤大头。的确很有必要提醒这一点,最主要是安装完成后要验证正常访问原网站会返回正常的页面,而不是无法访问(重定向过多
在 windows 上源码编译: ```powershell python setup.py build_ext bdist_wheel ``` *需要安装 cmake 等工具*
I check the setup.py and it seems that it will get the the `install_requires` from `requirements.txt` and it turns out that the torch version is fine: ``` torch>=1.7.1,
unfortunately, I was unable to install it by that way, got error with `ERROR: Failed building wheel for pyarrow` mainly blames to the cmake. But nevermind i will wait the...
FYI, tried on self-hosted gitlab with python project and it works as expected. 🎉 ```yaml script: - npm install @semantic-release/gitlab @semantic-release/exec @semantic-release/changelog conventional-changelog-conventionalcommits @semantic-release/git -D - npx [email protected] ``` configuration...
应该是可以的 图像识别的代码在 `airtest/aircv` ,可以直接调用 https://github.com/AirtestProject/Airtest/blob/79d87cc9c16ffdb59904179ccd752e00dcf5205a/airtest/aircv/template.py#L19
Hi @Shine0x0400 , 后来你有解决这个问题吗,我在一台moto的手机上也遇到了相同的问题
`NODE_TLS_REJECT_UNAUTHORIZED=0` can be set as a workaround. I tried `SSL_CERT_FILE` env but seems not work.
I use docker compose for deployment, here is the `.yml` you can refer to: ```yml services: drizzle-gateway: image: ghcr.io/drizzle-team/gateway:latest container_name: drizzle-gateway restart: always ports: - "4983:4983" environment: - PORT=4983 -...