当前位置:网站首页>Jetson nano installation tensorflow stepping pit record (scipy1.4.1)
Jetson nano installation tensorflow stepping pit record (scipy1.4.1)
2022-07-02 07:53:00 【Silent clouds】
One 、scipy1.4.1 Unable to install
my jetpack The version is 4.4, Installation is tensorflow2.3. But whether it's 2.2 still 2.3, All of them need to be installed scripy1.4.1 Version of , Other versions are not good , I've been tossing around all day for this and haven't installed it .
Use pip install , It's been used apt-get Mode of installation , But it doesn't work , Later, the dependency package was installed according to this article .
article :https://blog.csdn.net/qq_33475105/article/details/109555099
In the end, I can't . An error is as follows :
Later, I checked the official website , Only then did I know that installation was no longer supported 1.4.1 了 , Lift the table !!!
So whether it's Tsinghua's mirror source or official source , Can't be used directly pip To install !
Later CSDN I found the document sent by the boss here , Finally, this problem was solved .
link :https://blog.csdn.net/weixin_43220532/article/details/109156240
After I downloaded it, I also uploaded LAN Ziyun :https://yjz.lanzous.com/isUx2mustze
Two 、h5py Installation error
Error log :
First, make sure Cpython Install well
Cpython First, install it independently , Then with h5py Related dependent packages .
( notes : If you don't switch domestic sources , But if you insist on using the official source, there will be a lot of software that cannot be installed .)
sudo apt-get install libhdf5-serial-dev hdf5-tools libhdf5-dev zlib1g-dev zip libjpeg8-dev liblapack-dev libblas-dev gfortran
pip3 install -U pip
pip3 install -U CPython testresources setuptools
pip3 install -U numpy==1.16.1 future==0.17.1 mock==3.0.5 h5py==2.9.0 keras_preprocessing==1.0.5 keras_applications==1.0.8 gast==0.2.2 futures protobuf pybind11
It is suggested to use domestic sources , Otherwise, the installation will be very slow :
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy==1.16.1 future==0.17.1 mock==3.0.5 h5py==2.9.0 keras_preprocessing==1.0.5 keras_applications==1.0.8 gast==0.2.2 futures protobuf pybind11
边栏推荐
- Implementation of yolov5 single image detection based on pytorch
- 传统目标检测笔记1__ Viola Jones
- 浅谈深度学习模型中的后门
- 【Hide-and-Seek】《Hide-and-Seek: A Data Augmentation Technique for Weakly-Supervised Localization xxx》
- Faster-ILOD、maskrcnn_ Benchmark training coco data set and problem summary
- MoCO ——Momentum Contrast for Unsupervised Visual Representation Learning
- conda常用命令
- 【Hide-and-Seek】《Hide-and-Seek: A Data Augmentation Technique for Weakly-Supervised Localization xxx》
- 【深度学习系列(八)】:Transoform原理及实战之原理篇
- 【FastDepth】《FastDepth:Fast Monocular Depth Estimation on Embedded Systems》
猜你喜欢
【多模态】CLIP模型
【Cutout】《Improved Regularization of Convolutional Neural Networks with Cutout》
【Hide-and-Seek】《Hide-and-Seek: A Data Augmentation Technique for Weakly-Supervised Localization xxx》
[binocular vision] binocular correction
【雙目視覺】雙目矯正
Use Baidu network disk to upload data to the server
【BiSeNet】《BiSeNet:Bilateral Segmentation Network for Real-time Semantic Segmentation》
【Cascade FPD】《Deep Convolutional Network Cascade for Facial Point Detection》
用MLP代替掉Self-Attention
【Hide-and-Seek】《Hide-and-Seek: A Data Augmentation Technique for Weakly-Supervised Localization xxx》
随机推荐
How to turn on night mode on laptop
TimeCLR: A self-supervised contrastive learning framework for univariate time series representation
[binocular vision] binocular stereo matching
Faster-ILOD、maskrcnn_benchmark安装过程及遇到问题
The hystrix dashboard reported an error hystrix Stream is not in the allowed list of proxy host names solution
用全连接层替代掉卷积 -- RepMLP
Open3D学习笔记一【初窥门径,文件读取】
常见的机器学习相关评价指标
C#与MySQL数据库连接
open3d环境错误汇总
自然辩证辨析题整理
【Mixed Pooling】《Mixed Pooling for Convolutional Neural Networks》
深度学习分类优化实战
Regular expressions in MySQL
【MobileNet V3】《Searching for MobileNetV3》
【双目视觉】双目立体匹配
Hystrix dashboard cannot find hystrix Stream solution
超时停靠视频生成
PHP returns the corresponding key value according to the value in the two-dimensional array
【雙目視覺】雙目矯正