BLE/UWB 需要安装的库

2023-08-17  本文已影响0人  xuefeng_apple

BLE :

      安装的库:python3-pip,pyinstaller,Cython, pyproj

CI: python3 --version Python 3.6.9--->Pycharm python环境3.9 

#sudo apt install python3-pip
   apt install -i https://mirrors.aliyun.com/pypi/simple/  pyinstaller


安装$ pip3 --version
pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)

pip3 install -i https://mirrors.aliyun.com/pypi/simple/  pyinstaller  //安装之后需要重新加载环境变量

pip3 uninstall pyinstaller   //卸载安装的包

sudo apt-get remove 卸载软件包 保留配置文件
sudo apt-get --purge remove 卸载软件包 不保留配置文件

需要安装这个:
pip3 install Cython
sudo pip3 install pyproj

sudo pip3 install -i https://mirrors.aliyun.com/pypi/simple/  pyproj   //安装之后需要重新加载环境变量

上一篇 下一篇

猜你喜欢

热点阅读