-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
Jupyter AI Installation Failure #593
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
@YashzAlphaGeek Thanks for opening this issue! What version of Python are you using and what OS and CPU type are you running? If you're on Python 3.12 and on an Apple Silicon Mac, this is likely the issue we've observed in #538. |
@JasonWeill I am using Python 3.12 in Windows 10 Pro. During my first time installation I do got few pre-requisities NodeJS All the pre-requisties were installed. Now I do face a problem in the installation again. |
@YashzAlphaGeek Thanks for your response! If you create and activate a new Conda environment with Python 3.8 through 3.11, do you still see the problem? If you don't, it's likely related to one of our upstream dependencies, FAISS, not having Python 3.12 compatible wheels. |
@JasonWeill Thanks for your quick response. I do have 3.8 version of Python installed in my machine let me try it and let you know if it works or not. |
@JasonWeill With Python 3.8 I came across the problem No version of @jupyter-ai/chatgpt could be found that is compatible with the current version of JupyterLab. However, it seems to support a new version of JupyterLab. Consider upgrading JupyterLab. Conflicting Dependencies:
|
@JasonWeill Now it is working fine with the below mentioned configuration Selected Jupyter core packages... Do you have the public API key for the ChatGPT 3.5 ? |
Thanks for the update! You'll need to get your own OpenAI API key if you want to use OpenAI models with Jupyter AI. See this page for more: https://platform.openai.com/account/api-keys |
@YashzAlphaGeek Thank you for filing an issue. I see that you're trying to install Jupyter AI via the extension manager, which doesn't work for more complex extensions like Jupyter AI. You're also trying to install a very old Please follow the user documentation for instructions on how to install Jupyter AI. Since I see that you're running JupyterLab 4, you will most likely want to run:
Then, follow the user documentation for adding an OpenAI API key, and start chatting! I'm going to close this issue for now, but please feel free to reply if you have any additional concerns. Thank you for trying out Jupyter AI! 👋 |
The installation of the jupyter ai fails in the notebook as shown below,
The text was updated successfully, but these errors were encountered: