Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'Parea' from 'parea' #1127

Open
free-soellingeraj opened this issue Nov 21, 2024 · 0 comments
Open

ImportError: cannot import name 'Parea' from 'parea' #1127

free-soellingeraj opened this issue Nov 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@free-soellingeraj
Copy link

🐛 Bug Report

pip install parea-ai

---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
Cell In[17], line 2
      1 from openai import OpenAI
----> 2 from parea import Parea, trace
      4 client = OpenAI()
      5 p = Parea(api_key="pai-ed472ce0f8d7b6758ef801896b39bc943b1b874d2824682c687a7db42398da62")

ImportError: cannot import name 'Parea' from 'parea' ([/Users/free-soellingeraj/code/Monorepo/venv/lib/python3.12/site-packages/parea/__init__.py](http://localhost:9000/lab/tree/experimental/aaron_soellinger/evaluator/venv/lib/python3.12/site-packages/parea/__init__.py))
@free-soellingeraj free-soellingeraj added the bug Something isn't working label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant