Google Collab- Fbprophet installation error
Hello stack overflow community,
I'm trying to import Prophet from fbProphet and I got an error message so I tried to install fbProphet and received another error message. Can someone help me please?
Building开发者_StackOverflow社区 wheel for fbprophet (setup.py) ... error
ERROR: Failed building wheel for fbprophet
Running setup.py clean for fbprophet
Failed to build fbprophet
Installing collected packages: fbprophet
Running setup.py install for fbprophet ... error
ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6nhgip9q/fbprophet_f5a0de9add594fa0a47241ba6cb37d86/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6nhgip9q/fbprophet_f5a0de9add594fa0a47241ba6cb37d86/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-gqbipw4r/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.8/fbprophet Check the logs for full command output.
!pip install fbprophet
精彩评论