lamini-ai / lamini

Apache License 2.0
2.5k stars 155 forks source link

AttributeError: partially initialized module 'lamini' has no attribute 'Lamini' #65

Open tiagodavi opened 1 month ago

tiagodavi commented 1 month ago

Hi Folks, I can't run lamini with the first example from docs.

Screenshot 2024-08-02 at 15 01 42

edamamez commented 1 month ago

Hi there!

Could you check what version of lamini you are running?

You can use pip install --upgrade --force-reinstall lamini to get the latest version (2.5.7).

tiagodavi commented 1 month ago

Screenshot 2024-08-02 at 17 31 38

edamamez commented 1 month ago

I am unable to reproduce the issue. Can you confirm the python version you are using and the lamini package version inside the environment?

Screenshot 2024-08-02 at 1 41 40 PM
tiagodavi commented 1 month ago

Python 3.12.0 lamini 2.5.7

Macbook M2

tiagodavi commented 1 month ago

https://github.com/user-attachments/assets/ec63ef97-38f2-43b6-aad8-1b25c0212649

edamamez commented 1 month ago

It looks like there were some errors when pip installing Lamini. Are you able to use venv or docker for a clean environment?