我正试图在GCP应用引擎中运行我的应用程序。我的Requirements.txt文件如下所示:
pillow==5.1.0
pybase64==0.4.0
poppler-utils==0.68.0 Poppler只能使用GCP命令行工具中的sudo apt-get来安装.我如何在requirements.txt中给出它,以便应用程序使用sudo命令单独安装该包?
发布于 2018-09-19 13:43:00
https://stackoverflow.com/questions/52403499
复制相似问题