当前位置:网站首页>Jetson TX2 installing the SciPy Library
Jetson TX2 installing the SciPy Library
2022-06-26 09:13:00 【G fruit】
Let me write it out front
nvidia jetson tx2 After all, nvidia Products , Related Library Download and installation problems , The answer from the official website is reliable , Keep in mind that !!!
The website links :PyTorch for Jetson - version 1.9.0 now available
stay tx2 To build yolov5 The environment needs to be installed seaborn library ,pip3 install seaborn You need to check the installation of many libraries , Among them, installation is required scipy library , My environment is as follows :
python3.6.9
torch1.7.0
torchvision0.8.1
numpy1.19.5
…
After each download scipy package , When you need to compile , Will jam for a while , Then an error !
I tried pip3 install scipy Download separately scipy, But the same is true , An error will be reported when compiling !
( This problem is stuck 1 Days time )
resolvent
''' This works for me (3 Step )'''
sudo apt-get install gfortran
sudo apt-get update
sudo apt-get install -y build-essential libatlas-base-dev
''' This is of no use to me '''
sudo apt-get install python3-scipy
Reference link :Errors during install sklearn.
边栏推荐
猜你喜欢

编辑类型信息

Adding confidence threshold for demo visualization in detectron2

Phpcms V9 mobile phone access computer station one-to-one jump to the corresponding mobile phone station page plug-in

Application of hidden list menu and window transformation in selenium

phpcms手机站模块实现自定义伪静态设置

Notes on setting qccheckbox style

外部排序和大小堆相关知识

基于SSM的电脑商城

Nacos注册表结构和海量服务注册与并发读写原理 源码分析

Srv6---is-is extension
随机推荐
Programming training 7- date conversion problem
Phpcms V9 mall module (fix the Alipay interface Bug)
PD fast magnetization mobile power supply scheme
【C】 Frog jumping steps and Hanoi Tower problem (recursion)
小程序首页加载之前加载其他相关资源或配置(小程序的promise应用)
Talk about the development of type-C interface
Self taught neural network series - 9 convolutional neural network CNN
ImportError: ERROR: recursion is detected during loading of “cv2“ binary extensions. Check OpenCV in
《一周搞定数电》——组合逻辑电路
ImportError: ERROR: recursion is detected during loading of “cv2“ binary extensions. Check OpenCV in
攔截器與過濾器的實現代碼
Docker install redis
Unity 接入图灵机器人
[Matlab GUI] key ID lookup table in keyboard callback
行為樹XML文件 熱加載
phpcms小程序接口新增万能接口get_diy.php
《一周搞定模电》—55定时器
远程工作的一些命令
phpcms v9后台文章列表增加一键推送到百度功能
【程序的编译和预处理】