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

Conda install fails #542

Closed
odebroqueville opened this issue Dec 22, 2023 · 2 comments · Fixed by #547
Closed

Conda install fails #542

odebroqueville opened this issue Dec 22, 2023 · 2 comments · Fixed by #547
Labels
bug Something isn't working

Comments

@odebroqueville
Copy link

Description

$ conda install jupyter_ai

Retrieving notices: ...working... done
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  • jupyter_ai

Current channels:

To search for alternate channels that may provide the conda package you're
looking for, navigate to

https://anaconda.org

and use the search bar at the top of the page.

Reproduce

Open a Terminal window on macOS and type:

conda install jupyter_ai

Expected behavior

I would have expected jupyter_ai to be installed!

Context

  • Operating System and version: macOS Sonoma 14.2.1
  • Browser and version: Arc 1.21.2
  • JupyterLab version: 3.6.3
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.
@odebroqueville odebroqueville added the bug Something isn't working label Dec 22, 2023
Copy link

welcome bot commented Dec 22, 2023

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

@JasonWeill
Copy link
Collaborator

@odebroqueville Thank you for opening this issue! We currently publish Jupyter AI 2.x to conda-forge, so you can install it in JupyterLab 4 using conda install -c conda-forge jupyter_ai.

You are using JupyterLab 3, so you can install Jupyter AI 1.x using pip: pip install jupyter_ai~=1.0.

Our installation documentation is here: https://jupyter-ai.readthedocs.io/en/latest/users/index.html#installation

Thanks again for your interest in Jupyter AI!

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

Successfully merging a pull request may close this issue.

2 participants