Forum Discussion
Python Library not Loading in Fabric" : fbprophet
Hi
I am having a problem loading the fbprofit library in the Workspace settings. This is a well known forcasting library that I need.
When I try load it ..it encouters an error.. it seems to recognise the library in the initial search bar ? It just says fabric encouters an error. I try load it from the notebook and it says problem with the library. Can somebody check. I dont mind using pip install from Jupyter notebook , but preferable I d like to load it from the settings .. if I cant then at least pip install. Please aloso give me the correct instruction as it may differ relative to a normal local install instruction.
The end of the log file is shown below
Any assistance would be appreciated
Thanks
Graham
1 Reply
- __Dan__New Member
Think there was a package rename you should be using
pip install prophet
and not
pip install fbprophet
if you are not alredy.