EduNLP icon indicating copy to clipboard operation
EduNLP copied to clipboard

Module longling.ML cannot be found

Open shenjialiang opened this issue 1 year ago • 1 comments
trafficstars

🐛 Description

When I run from EduNLP.SIF import is_sif, to_sif in the jupyter block it shows that the longling.ML cannot be found

So I wanna know whether the module has been modified, and how can I successfully import this module, thank you!

Error Message

File /usr/local/lib/python3.8/dist-packages/baize/ init_.py:5 3 from longling import as list 4 from longling import Timer -->5 from longling.ML import get epoch params filepath, get_params_ filepath 6 from longling.ML.toolkit.analyser import get best ModuleNotFoundEror: No module named 'longling.ML'

Environment

My environment is pytorch-gpu:1.13.1-cuda11.4-py38

Environment Information

Operating System: ...

Python Version: (e.g., python3.6, anaconda/python3.7, venv/python3.8)

Additional context

shenjialiang avatar Nov 01 '24 01:11 shenjialiang

Solution: install longling==1.3.35

shenjialiang avatar Nov 25 '24 08:11 shenjialiang