nityansuman / warren

Web app to predict closing stock prices in real time using Facebook's Prophet time series algorithm with a multi-variate, single-step time series forecasting strategy.
GNU General Public License v3.0
281 stars 70 forks source link

Always get build dependency error #33

Closed octopushugger closed 1 year ago

octopushugger commented 1 year ago

First assumed it was an issue on my windows system then ran into the same problem on collab: image

nityansuman commented 1 year ago

Did you find a fix for this? Looks like an issue with some installation. @octopushugger

octopushugger commented 1 year ago

Tried installing the dependencies individually to discover it's a wheel building problem. So either it needs a correctly configured compiler or a Python version that wheels are already built for. I couldn't figure out the compiler or how to tell what version of python available wheels are for.