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
277 stars 69 forks source link

Requitements #28

Closed Gitbchri closed 1 year ago

Gitbchri commented 1 year ago

When I try to install the requirements through pip install -r REQUIREMENTS.txt I get an error note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully. │ exit code: 1

Any idea what can have gone wrong?

nityansuman commented 1 year ago

Hey, @Gitbchri not sure about this but try using conda to create an environment and then install packages.