I can't seem to get pyephem Python framework installed using pip3 on my EC2 instance. This is the message I get:
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. Install python3-dev
package or how it's called in RPM distributions (I'm from DEB world).