下载解压安装

wget http://npm.taobao.org/mirrors/python/3.7.6/Python-3.7.6.tgz
tar xvf Python-3.7.6.tgz
cd Python-3.7.6/
./configure --with-ssl && make && sudo make install

软连接

sudo ln -s /usr/local/bin/python3.7 /usr/bin/python
sudo ln -s /usr/local/bin/pip3.7 /usr/bin/pip

更新pip

sudo pip install --upgrade pip

安装依赖

sudo pip install paddlepaddle paddlehub shapely pyclipper

启动web

hub serving start -m chinese_ocr_db_crnn_server

相关文章:

  • 2022-12-23
  • 2021-06-20
  • 2021-12-14
  • 2021-11-29
  • 2021-09-10
  • 2021-08-10
  • 2021-04-25
  • 2021-04-24
猜你喜欢
  • 2021-09-09
  • 2022-12-23
  • 2021-07-13
  • 2021-05-13
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
相关资源
相似解决方案