zoukankan      html  css  js  c++  java
  • ubuntu系统下安装pyspider:解决pyspider启动时不启动phantomjs问题

    问题描述:

    在建立第一个虚拟环境时,运行pyspider正常。建立第二个虚拟环境时,运行pyspider再现下面错误。应该是phantomjs没有启动成功。

    错误代码:(phantomjs:21507): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

    解决方法:

    找到phantomjs安装的位置,把phantomjs复制到/usr/local/bin

    命令:sudo cp phantomjs安装的位置 /usr/local/bin
    记录自己、分享公众、成就别人
  • 相关阅读:
    css3 object-fit详解
    Timing path
    IUS
    FIFO深度
    UVM中的class--2
    UVM中的class
    Binding
    Concurrent Assertion
    Immediate assertion
    sdf
  • 原文地址:https://www.cnblogs.com/microman/p/6136408.html
Copyright © 2011-2022 走看看