We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我在本地环境使用pip install bae_image安装了BAE的image模块。
pip install bae_image
在代码中加载此模块
from bae_image.image import BaeImage
但是bae_image依赖的bae_utils尝试创建log文件,并且hardcoe logw文件的路径为**/home/bae/log/bae.utils.log**,也许在线上的BAE环境中ok。但在开发者的个人环境中并没有此路径,程序初始化失败。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我在本地环境使用
pip install bae_image
安装了BAE的image模块。在代码中加载此模块
但是bae_image依赖的bae_utils尝试创建log文件,并且hardcoe logw文件的路径为**/home/bae/log/bae.utils.log**,也许在线上的BAE环境中ok。但在开发者的个人环境中并没有此路径,程序初始化失败。
The text was updated successfully, but these errors were encountered: