简体   繁体   English

在Heroku上安装PyV8

[英]Installing PyV8 on Heroku

I'm trying to install PyV8 for my Heroku app. 我正在尝试为我的Heroku应用安装PyV8。

At first I tried adding it to the requirements, but I got an error because heroku don't have svn installed. 起初,我尝试将其添加到需求中,但是由于heroku没有安装svn而出现错误。 I managed to find the lib on some git repo, but apparently the setup itself tries to access svn. 我设法在某些git repo上找到了lib,但是显然安装程序本身试图访问svn。

So.. Is it possible to install svn on Heroku? 所以..是否可以在Heroku上安装svn? or to get PyV8 in some other way? 或以其他方式获得PyV8?

thanks. 谢谢。

Yes it is possible to install svn on heroku, and PyV8. 是的,可以在heroku和PyV8上安装svn。 Check out this post http://www.higherorderheroku.com/articles/using-vulcan-to-build-binary-dependencies-on-heroku/ for help. 请查看此帖子http://www.higherorderheroku.com/articles/using-vulcan-to-build-binary-dependencies-on-heroku/以获得帮助。

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

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