Error installing prettytable on ubuntu with pip

后端 未结 2 1089
暖寄归人
暖寄归人 2020-12-12 06:40

I just installed pip, installed a few packages np. I tried this

pip install prettytable
Collecting prettytable
From cffi callback 

        
2条回答
  •  离开以前
    2020-12-12 07:36

    Reinstalling pyopenssl worked for me:

    pip uninstall pyopenssl
    pip install pyopenssl
    

提交回复
热议问题