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

AttributeError: module 'pinecone' has no attribute 'init' #378

Open
GbrlOl opened this issue Jan 17, 2024 · 0 comments
Open

AttributeError: module 'pinecone' has no attribute 'init' #378

GbrlOl opened this issue Jan 17, 2024 · 0 comments

Comments

@GbrlOl
Copy link

GbrlOl commented Jan 17, 2024

I installed pinecone, and it gives me the following error, I saw in Issues that this error had occurred and I uninstalled pinecone and reinstalled it, the same error occurred. Then, I installed a previous version (3.0.0.dev8) and the same error still occurs.

AttributeError Traceback (most recent call last)
in <cell line: 5>()
3 api_key = os.environ["PINECONE_API_KEY"]
4 environment = os.environ["PINECONE_ENVIRONMENT"]
----> 5 pinecone.init(api_key=api_key, environment=environment)

AttributeError: module 'pinecone' has no attribute 'init'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant