Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Python installation fbprophet prompts gcc failure what to do

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains "python installation fbprophet prompts gcc failure how to do", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Next let the editor to take you to learn "python installation fbprophet prompts what to do when gcc fails"!

Setup script exited with error: command 'gcc' failed with exit status 1

Due to improper installation of the Python development environment.

Debin/Ubuntu

Python2

Sudo apt-get install python-dev

Python3

Sudo apt-get install python3-dev

Libevent library may be required

Sudo apt-get install libevent-dev

Finally, update the development environment

Sudo apt-get groupinstall 'development tools'

Centos/Fedora

Sudo yum install python-devel

Sudo yum install libevent-devel

Easy_install gevent

Or

Pip install gevent

Update the environment

Sudo yum install groupinstall 'development tools'

At this point, I believe that everyone on the "python installation fbprophet tips gcc failure how to do" have a deeper understanding, might as well to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report