zeno-ml / zeno-build

Build, evaluate, understand, and fix LLM-based apps
MIT License
482 stars 33 forks source link

Error alarm #113

Closed Shaynne closed 1 year ago

Shaynne commented 1 year ago

I ran the code in the directory 'zeno-build-main\examples\text_classification\main', but my pycharm kept reporting errors, like this, and I don't know how to solve it. 1

neubig commented 1 year ago

Thanks for trying it out!

I suspect that there might have been a problem installing the zenoml package that Zeno Build relies on, and you might have installed the zeno package instead.

Could you first try the following:

pip uninstall zeno
pip install zeno-build

If that doesn't work, could you run

pip list > pip-list.txt

and attach the resulting file here?

Shaynne commented 1 year ago

您好,您发的邮件我已收到,会尽快给您回复。

neubig commented 1 year ago

I'm going to close this unless we can get more detail, but please feel free to re-open if things still seem broken!