jae-jae / QueryList-PhantomJS

QueryList Plugin: Use PhantomJS to crawl Javascript dynamically rendered pages.(headless WebKit ) 使用PhantomJS采集JavaScript动态渲染的页面
https://github.com/jae-jae/QueryList
60 stars 29 forks source link

laravel5.7无法安装 #7

Open yany88 opened 5 years ago

yany88 commented 5 years ago

Using version ^4.0 for jaeger/querylist-phantomjs ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1

shenheishe commented 5 years ago

一样的不行 你找到解决方案了吗

HelplessMan commented 5 years ago

表示 laravel 5.8 也不行。。 是因为jakoch/phantomjs-installer 这个插件的作者使用的扩展跟 laravel 的symfony/console 冲突了。 很无奈。。 哎

anyforever commented 4 years ago

6.0也不行,一样的报错。 在本地试验了querylist-puppeteer,win下没问题。到linux服务器上,各种链接库找不到。。最后还来一个libatk-bridge-2.0不支持CentOS6.5,以失败而告终。。

anyforever commented 4 years ago

用了这个办法,借道firefox弄上了libatk-bridge-2.0

xuzhengzong commented 3 years ago

我也是5.7,用不了啊,报你上面那个错误。

jae-jae commented 3 years ago

phantomjs 包由于第三方包版本冲突,目前没有很好的解决方法,除非有更好的替代包出现。且 phantomjs 官方很久不更新了,建议大家改用更强大的 puppeteer 包,可以使用 docker 来运行

xylong commented 3 years ago

我laravel7也不行,淦

zxj95121 commented 1 year ago

laravel9也不行