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

pip3 install --upgrade elyra[all] fails #2834

Closed
leucir opened this issue Jul 15, 2022 · 4 comments · Fixed by #2839
Closed

pip3 install --upgrade elyra[all] fails #2834

leucir opened this issue Jul 15, 2022 · 4 comments · Fixed by #2839
Assignees
Labels
area:documentation Improvements or additions to documentation component:install Installation (pip, conda, etc) or packaging (components) good first issue Good for newcomers
Milestone

Comments

@leucir
Copy link
Contributor

leucir commented Jul 15, 2022

Describe the issue
Following the documentation https://elyra.readthedocs.io/en/latest/getting_started/installation.html, when tried to run the command pip3 install --upgrade elyra[all], the following error happens no matches found: elyra[all]

pip install --upgrade elyra works fine.

To Reproduce
Steps to reproduce the behavior:

  1. Go to your terminal
  2. Type on pip3 install --upgrade elyra[all]
  3. See error: no matches found: elyra[all]

Expected behavior
Fix documentation

Deployment information
Describe what you've deployed and how:

  • Elyra version: latest
  • Installation source: conda
  • Deployment type: local
  • Operating system: macos
@kevin-bates
Copy link
Member

I suspect you're using zsh as your shell. (i recently switched to using zsh over bash and see the same thing - works fine in bash.)

I found this SO link: https://stackoverflow.com/questions/30539798/zsh-no-matches-found-requestssecurity

Please use bash or update your .zshrc to exclude pip from the globbing behavior.

We should probably update our docs to include this - probably by adding a little note about zsh in https://github.com/elyra-ai/elyra/blob/main/docs/source/getting_started/installation.md.

Would you like to take a stab at this?

@kevin-bates kevin-bates added good first issue Good for newcomers component:install Installation (pip, conda, etc) or packaging (components) impact:needs doc updates This PR requires follow up PR(s) for documentation and/or examples status:Needs Discussion and removed status:Needs Triage labels Jul 15, 2022
@kevin-bates
Copy link
Member

In perusing the documentation just now, I see this has already been added to the Troubleshooting section of the Developer's guide: https://elyra.readthedocs.io/en/stable/developer_guide/troubleshooting.html

Is this the correct location? I would imagine this is more of a "user" issue.

Adding "Needs Discussion" label.

@ptitzler ptitzler added area:documentation Improvements or additions to documentation and removed status:Needs Discussion impact:needs doc updates This PR requires follow up PR(s) for documentation and/or examples labels Jul 18, 2022
@ptitzler
Copy link
Member

We've discussed this in today's dev meeting. Proposed actions:

@leucir would you like to contribute those changes? The documentation development instructions are located in https://elyra.readthedocs.io/en/stable/developer_guide/contributing.html#contributing-to-the-elyra-documentation

@ptitzler ptitzler added this to the 3.11.0 milestone Jul 18, 2022
@leucir
Copy link
Contributor Author

leucir commented Jul 18, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:documentation Improvements or additions to documentation component:install Installation (pip, conda, etc) or packaging (components) good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants