简体   繁体   English

PyCaret 和谷歌云 Function

[英]PyCaret and Google Cloud Function

I try to use PyCaret in a Google Cloud Function but I cannot import the classification modules (from pycaret.classification import *) because there is a reference to a non writable directory (OSError: [Errno 30] Read-only file system: '/workspace/logs.log') Does anybody know a workaround or does that mean that PyCaret is not compliant with Cloud Function yet?我尝试在 Google Cloud Function 中使用 PyCaret,但我无法导入分类模块(来自 pycaret.classification import *),因为存在对不可写目录的引用(OSError:[Errno 30] 只读文件系统:'/ workspace/logs.log') 有没有人知道解决方法,或者这是否意味着 PyCaret 不符合 Cloud Function?

The PyCaret team has fixed the problem in the current nigthly builds of the module and it is now working fine with Cloud Functions. PyCaret 团队已在该模块的当前 nigthly 版本中解决了该问题,现在它可以与 Cloud Functions 一起正常工作。 Thank you guys:)谢谢你们:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM