forecasting icon indicating copy to clipboard operation
forecasting copied to clipboard

[ASK]

Open MGCodesandStats opened this issue 5 years ago • 1 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

MGCodesandStats avatar Sep 08 '20 14:09 MGCodesandStats

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.

winnieshen96 avatar Jun 23 '21 16:06 winnieshen96

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

DorisFangWork avatar Nov 19 '22 07:11 DorisFangWork