-
Notifications
You must be signed in to change notification settings - Fork 3k
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
az component update --add fails with uninformative error #1998
Comments
@itowlson thanks for including the attached file.
Looks like the error is in this line. This has been reported in Anaconda - ContinuumIO/anaconda-issues#542. There's lots of discussion on that issue but one of these commands may help.
suggested at ContinuumIO/anaconda-issues#542 (comment)
suggested at tensorflow/tensorflow#3324 (comment) |
@derekbekoe Thanks for the quick and detailed response. After running (both) those commands, I still get the same "An error occurred" message, but the detailed trace is different (attached if you want to take a look). This looks more like it may be related to Azure CLI components. But perhaps it is a cascading effect of an underlying Anaconda bug. Should I consider uninstalling Anaconda and installing raw Python instead? component-add-after-updating-setuptools.txt
|
You have run into this #1221. Windows has a file path length of 260 chars.
|
Oh, man. That makes sense. I'll see if I can get things to install further up the tree. Thanks. |
Closing issue. |
I am using CLI 0.1.1b3 on Windows. It has the component module v0.1.0rc2 installed. When I run
az component update --add redis
it fails with the following error:An error occurred. Run command with --debug for more information. If executing az with sudo, you may want sudo's -E and -H flags.
az --version output:
Running component update with the --debug flag produces the output in the attached file.
component-add.txt
I am running as admin (elevated command prompt).
The text was updated successfully, but these errors were encountered: