-
Notifications
You must be signed in to change notification settings - Fork 350
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
Comments
I suspect you're using I found this SO link: https://stackoverflow.com/questions/30539798/zsh-no-matches-found-requestssecurity Please use We should probably update our docs to include this - probably by adding a little note about Would you like to take a stab at this? |
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. |
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 |
Sure, I will work on this issue, and create the PR for review.
…On Mon, Jul 18, 2022 at 11:45 AM Patrick Titzler ***@***.***> wrote:
We've discussed this in today's dev meeting. Proposed actions:
- Move the existing *Troubleshooting* documentation topic source code (
https://github.com/elyra-ai/elyra/blob/main/docs/source/developer_guide/troubleshooting.md)
to the getting_started (
https://github.com/elyra-ai/elyra/tree/main/docs/source/getting_started)
directory
- Update
https://github.com/elyra-ai/elyra/blob/main/docs/source/index.rst to
reflect above location change
- Update *Installation* topic (
https://github.com/elyra-ai/elyra/blob/main/docs/source/getting_started/installation.md)
to replacing all occurrences of elyra[...] with 'elyra[..]'
-
@leucir <https://github.com/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
—
Reply to this email directly, view it on GitHub
<#2834 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAK55Z24W6FHNMVNEVGUMH3VUWCZJANCNFSM53WDPORQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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 happensno matches found: elyra[all]
pip install --upgrade elyra
works fine.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Fix documentation
Deployment information
Describe what you've deployed and how:
The text was updated successfully, but these errors were encountered: