Prophet on Amazon Linux 2
Open
install
py
unix
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
Hello everyone, prophet it's been an amazing discovery! Nevertheless, I haven't been able to deploy this module on an Amazon EC2 instance running Amazon Linux 2.
Here is the thing:
- Prophet==1.0.1 requires pystan==2.19.1.1
- It seems that pystan==2.19.1.1 requires a C++ compiler that supports C++14, which Amazon Linux 2 doesn't support yet... For that, I understand that I need gcc 4.9.3 or higher.
Soooo, I got stuck :(
`error: command 'gcc' failed with exit status 1`
Any help?
Contributor guide
Assessment
This issue has not been assessed yet.