Open daddyseal opened 2 years ago
Hi. what's the version of flaml and mlflow?
flaml 1.0.9 mlflow 1.26.1
How did you install the packages? I tried pip install these two packages and I don't have any issue importing flaml.
pip install flaml==1.0.9 mlflow==1.26.1
thanks for looking into it. i did conda install on flaml yesterday....mlflow maybe came with other package a while ago. should be all conda install
thanks for looking into it. i did conda install on flaml yesterday....mlflow maybe came with other package a while ago. should be all conda install
Do you mind sharing the conda install commands to reproduce this issue?
just tried again, same error 'either import flaml or from flaml import AutoML
conda install -c conda-forge flaml
I ran:
conda install -c conda-forge flaml
conda install -c conda-forge mlflow==1.26.1
and I don't get an import error:
could you please try installing the packages in a clean environment?
ok. will try later, thanks for checking.
Hello, can't import flaml
error like:
...Anaconda3\lib\site-packages\mlflow\protos\scalapb\scalapb_pb2.py", line 22, in
options = DESCRIPTOR.extensions_by_name['options']
AttributeError: 'NoneType' object has no attribute 'extensions_by_name'
thanks,