当前位置:网站首页>Failed building wheel for argon2 cffi when installing Jupiter
Failed building wheel for argon2 cffi when installing Jupiter
2022-07-03 09:27:00 【Song infinite】
problem
First, part of the error information is as follows :
build/temp.linux-aarch64-3.8/_ffi.c:50:14: fatal error: pyconfig.h: No such file or directory
50 | # include <pyconfig.h>
| ^~~~~~~~~~~~
compilation terminated.
error: command 'aarch64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for argon2-cffi
Failed to build argon2-cffi
ERROR: Could not build wheels for argon2-cffi which use PEP 517 and cannot be installed directly
solve
According to the error information, we know that pyconfig.h file , Check Baidu and find the lack python3-dev package , Can be installed
apt install python-dev
边栏推荐
- 【Kotlin学习】运算符重载及其他约定——重载算术运算符、比较运算符、集合与区间的约定
- [point cloud processing paper crazy reading classic version 14] - dynamic graph CNN for learning on point clouds
- 【点云处理之论文狂读经典版7】—— Dynamic Edge-Conditioned Filters in Convolutional Neural Networks on Graphs
- [point cloud processing paper crazy reading frontier version 8] - pointview gcn: 3D shape classification with multi view point clouds
- NPM install installation dependency package error reporting solution
- LeetCode每日一题(745. Prefix and Suffix Search)
- Flink-CDC实践(含实操步骤与截图)
- Win10 quick screenshot
- LeetCode每日一题(1856. Maximum Subarray Min-Product)
- WARNING: You are using pip version 21.3.1; however, version 22.0.3 is available. Prompt to upgrade pip
猜你喜欢

Hudi learning notes (III) analysis of core concepts

Flink学习笔记(八)多流转换
【毕业季|进击的技术er】又到一年毕业季,一毕业就转行,从动物科学到程序员,10年程序员有话说
![[point cloud processing paper crazy reading classic version 11] - mining point cloud local structures by kernel correlation and graph pooling](/img/40/e0c7bad60b19cafa467c229419ac21.png)
[point cloud processing paper crazy reading classic version 11] - mining point cloud local structures by kernel correlation and graph pooling

Flink学习笔记(十一)Table API 和 SQL

Just graduate student reading thesis

Flink-CDC实践(含实操步骤与截图)

Jenkins learning (III) -- setting scheduled tasks

Computing level network notes

Hudi integrated spark data analysis example (including code flow and test results)
随机推荐
2022-2-13 learning the imitation Niuke project - home page of the development community
2022-2-13 learning xiangniuke project - version control
Construction of simple database learning environment
Just graduate student reading thesis
Install database -linux-5.7
图像修复方法研究综述----论文笔记
Hudi quick experience (including detailed operation steps and screenshots)
Use the interface colmap interface of openmvs to generate the pose file required by openmvs mvs
Word segmentation in full-text indexing
Trial of the combination of RDS and crawler
Jetson Nano 自定义启动图标kernel Logo cboot logo
About the configuration of vs2008+rade CATIA v5r22
【Kotlin学习】运算符重载及其他约定——重载算术运算符、比较运算符、集合与区间的约定
Bert install no package metadata was found for the 'sacraments' distribution
Computing level network notes
Serializer rewrite: update and create methods
Apply for domain name binding IP to open port 80 record
Flink学习笔记(十一)Table API 和 SQL
LeetCode每日一题(745. Prefix and Suffix Search)
Jenkins learning (I) -- Jenkins installation