简体   繁体   English

努力在Amazon EC2实例上使用pip3安装pyephem

[英]Struggling to install pyephem with pip3 on a Amazon EC2 instance

I can't seem to get pyephem Python framework installed using pip3 on my EC2 instance. 我似乎无法在我的EC2实例上使用pip3安装pyephem Python框架。 This is the message I get: 这是我收到的消息:

https://pastebin.com/erL7VhYV https://pastebin.com/erL7VhYV

I tried to install various dependencies I could find by running 我尝试安装各种可以通过运行找到的依赖项

yum search astro

But it didn't help. 但这没有帮助。 What am I missing here? 我在这里想念什么?

Thanks 谢谢

You missed Python.h — the main include file from Python sources. 您错过了Python.h -Python来源的主要包含文件。 Install python3-dev package or how it's called in RPM distributions (I'm from DEB world). 安装python3-dev软件包或在RPM发行版中如何调用它(我来自DEB world)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM