美文网首页
BLE/UWB 需要安装的库

BLE/UWB 需要安装的库

作者: xuefeng_apple | 来源:发表于2023-08-17 18:09 被阅读0次

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   //安装之后需要重新加载环境变量

相关文章

  • Caffe Python开发环境设置

    安装 Python 依赖的库 由于安装 Python 的第三方库的时候需要编译,所以需要安装下面两个库 设置vir...

  • 编译安装配置Nginx

    编译安装Nginx 0、配置安装环境 rewrite模块,需要pcre库 ssl功能,需要openssl库 gzi...

  • 蓝牙4.0BLE中协议栈详解

    蓝牙4.0BLE协议栈介绍 问题:什么是BLE协议栈?BLE协议栈与BLE协议的关系? 顾名思义,人类之间需要一种...

  • UWB定位: 第四篇 . Apple Iphone11 U1芯片

    UWB定位系列专题: UWB定位: 第一篇 . 简介 UWB定位: 第二篇 . 原理 UWB定位: 第三篇 . 市...

  • UWB定位:第二篇.原理

    UWB定位系列专题: UWB定位: 第一篇 . 简介 UWB定位: 第二篇 . 原理 UWB定位: 第三篇 . 市...

  • UWB定位: 第一篇 . 简介

    UWB定位系列专题: UWB定位: 第一篇 . 简介 UWB定位: 第二篇 . 原理 UWB定位: 第三篇 . 市...

  • Houdini安装pandas库

    使用houdini安装外部库需要先安装pip工具,参考Houdini安装外部python库(pip)[https:...

  • Nginx

    liunx 下载nginx 1、使用yum安装nginx需要包括Nginx的库,安装Nginx的库 2、安装ngi...

  • lxml库的安装

    很多python需要安装lxml库,例如抓包等操作。lxml库的正确安装需要去http://www.lfd.uci...

  • MacOS dlib

    1.在安装Dlib库之前需要安装的库:opencv,numpy 2.安装Xquartz2.7.11 Xquartz...

网友评论

      本文标题:BLE/UWB 需要安装的库

      本文链接:https://www.haomeiwen.com/subject/ldrrmdtx.html