PyRhO seems to have broken my other libraries upon installation

前端 未结 2 438
栀梦
栀梦 2021-01-22 17:09

I\'m running Ubuntu 18.10 and Python 3.6, and have been using this laptop and common Python libraries (numpy, scipy, matplotlib) without any issue for several months now. I used

2条回答
  •  难免孤独
    2021-01-22 18:01

    Try the installation suggested by the documentation:

    pip install pyrho[full]
    

    rather than just

    pip install pyrho
    

提交回复
热议问题