AshwinPathi / claude-api-py

Unofficial Python API for Anthropic's Claude LLM
https://pypi.org/project/claude-api-py/
MIT License
108 stars 11 forks source link

Partially initialized module #13

Closed samipanyam closed 11 months ago

samipanyam commented 11 months ago

I tried using the pypi installation of the module, but it gives me

Traceback (most recent call last): File "/home/sami/backup/alvin-work/claude.py", line 2, in from claude import claude_client File "/home/sami/backup/alvin-work/claude.py", line 2, in from claude import claude_client ImportError: cannot import name 'claude_client' from partially initialized module 'claude' (most likely due to a circular import) (/home/sami/backup/alvin-work/claude.py)

The pypi installation worked fine.

samipanyam commented 11 months ago

I was being stupid