当前位置:网站首页>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学习】运算符重载及其他约定——重载算术运算符、比较运算符、集合与区间的约定
- Liteide is easy to use
- [kotlin puzzle] what happens if you overload an arithmetic operator in the kotlin class and declare the operator as an extension function?
- Basic knowledge of database design
- [point cloud processing paper crazy reading classic version 12] - foldingnet: point cloud auto encoder via deep grid deformation
- Using Hudi in idea
- Go language - IO project
- 全球KYC服务商ADVANCE.AI 活体检测产品通过ISO国际安全认证 产品能力再上一新台阶
- Banner - Summary of closed group meeting
猜你喜欢
【Kotlin学习】类、对象和接口——带非默认构造方法或属性的类、数据类和类委托、object关键字
2022-2-14 learning xiangniuke project - Session Management
Alibaba cloud notes for the first time
CSDN markdown editor help document
[advanced feature learning on point clouds using multi resolution features and learning]
IDEA 中使用 Hudi
Flask+supervisor installation realizes background process resident
Hudi 数据管理和存储概述
Django operates Excel files through openpyxl to import data into the database in batches.
文件系统中的目录与切换操作
随机推荐
IDEA 中使用 Hudi
[solution to the new version of Flink without bat startup file]
Apply for domain name binding IP to open port 80 record
LeetCode每日一题(985. Sum of Even Numbers After Queries)
Derivation of Fourier transform
Modify idea code
软件测试工程师是做什么的 通过技术测试软件程序中是否有漏洞
C language programming specification
Construction of simple database learning environment
[point cloud processing paper crazy reading classic version 10] - pointcnn: revolution on x-transformed points
Jenkins learning (I) -- Jenkins installation
[point cloud processing paper crazy reading frontier edition 13] - gapnet: graph attention based point neural network for exploring local feature
The less successful implementation and lessons of RESNET
Banner - Summary of closed group meeting
IDEA 中使用 Hudi
Word segmentation in full-text indexing
LeetCode每日一题(2090. K Radius Subarray Averages)
Crawler career from scratch (V): detailed explanation of re regular expression
Temper cattle ranking problem
文件系统中的目录与切换操作