博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
#Lubuntu#安装exscript时提示的错误
阅读量:7088 次
发布时间:2019-06-28

本文共 520 字,大约阅读时间需要 1 分钟。

hot3.png

最近开始在lubuntu上写代码,需要期间安装exscript库,在用pip安装过程中出现了好几项错误:(其中一例)

build/temp.linux-x86_64-2.7/_openssl.c:423:30: fatal error: openssl/opensslv.h: No such file or director

缺失某些头文件

于是在stackoverflow找到了以下回答:

http://stackoverflow.com/questions/27130286/error-command-x86-64-linux-gnu-gcc-failed-with-exit-status-1-in-virtualenv

可以通过下面的网址查找软件包的内容,只要找出包含相应头文件的软件包并手动安装即可

http://packages.ubuntu.com/search?mode=filename&suite=trusty&section=all&arch=any&keywords=aes.h&searchon=contents

 

转载于:https://my.oschina.net/hochikong/blog/679782

你可能感兴趣的文章
tar打包文件时提示绝对路径的问题
查看>>
设计模式之单例模式
查看>>
memset struct含有string的崩溃
查看>>
时间范围比较
查看>>
给初学者的RxJava2.0教程(三)(转)
查看>>
探究ConcurrentHashMap中键值对在Segment[]的下标如何确定
查看>>
数据结构与框架-抽象类与接口
查看>>
hdu 1163 Eddy's digital Roots
查看>>
chrome最小字体12px如何修改
查看>>
elementui input样式覆盖 头部小图等
查看>>
poj 1088滑雪【深搜】
查看>>
什么是关键字驱动框架(自动化测试)
查看>>
黑马程序员-面向对象-07天-8 (模版方法)
查看>>
python监控服务器的主备模式
查看>>
代码片段
查看>>
win8 iis 安装
查看>>
Openstack Neutron 允许VM流量转发
查看>>
Windows 7/8/8.1 硬盘安装法实现 ubuntu 14.04 双系统
查看>>
nodejs单元测试
查看>>
Docker学习记录3: 搭建 Private Registry
查看>>