microsoft/forecasting

[ASK]

MGCodesandStats opened this issue · 3 comments

Description

I am attempting to run the lightgbm_multi_round.ipynb notebook. I am using Python 3.6.9.

However, when importing the relevant libraries, I get the error message: ModuleNotFoundError: No module named 'fclib.common'.

I have installed fclib and common-utils separately, but when trying to install fclib.common through pip3 install fclib.common, I get the error message: (ERROR: Could not find a version that satisfies the requirement fclib.common).

Any advice or assistance would be greatly appreciated.

Other Comments

I just found out that on pip fclib is another library, which is probably the reason why none of the imports works. Can someone please package this library to pip? I want to use this library on Databricks, and it's not convenient to use this library there.

I also faced this issue.... any solution?