Fatal Internal error while trying to unset configuration
See original GitHub issueEnvironment
- pip version: 20.3.3
- Python version: 3.9.0
- OS: OS/X 10.15.7
I’m using pyenv. I’m not an active Python developer, so please bear with me if I’m missing important details.
Description I try to remove the “global.extra-index-url” key from the pip configuration by:
`pip config unset global.extra-index-url`
Which then responses with:
`ERROR: Fatal Internal error [id=1]. Please report as a bug.`
Expected behavior
I would expect to either remove the key or to prompt an error message that I could use to investigate into the reason of the failing of the command.
How to Reproduce Sorry, I don’t have any clue, how this could be reproduced.
Output
% pip config unset global.extra-index-url
ERROR: Fatal Internal error [id=1]. Please report as a bug.
Maybe the current value of the configuration gives a clue (some values slightly changed):
% pip config list
global.extra-index-url='\nhttps://torsten:keykeykeykey@customer.jfrog.io/customer/api/pypi/ https://customer.jfrog.io/customer/api/pypi/customer-pip3-stable/simple\nhttps://pypi.python.org/simple/'
There was a similar issue reported last year: #6940 Unfortunately, the issue was closed without giving and hint to how it was resolved.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
rm: Fatal internal error java.lang.NullPointerException
i am trying to remove the hive external data in blob storage using below command and data got delete but i am -...
Read more >eclipse - A fatal error has been detected by the Java Runtime ...
While running, In the "runconfiguration --> classpath" remove Android (leaving only std JRE). Share.
Read more >Unexpected fatal internal error - Common causes and ... - Opster
A detailed guide on how to resolve errors related to "Unexpected fatal internal error"
Read more >Why do I get "Fatal Internal Error" when starting an MATLAB ...
This error means that you are missing the libXt6 library. To resolve this error, please refer to your specific distribution of Linux guides ......
Read more >Troubleshoot ArcGIS Data Store—ArcGIS Enterprise
Extended error message: Failed to configure tile cache data store. Extended error message: Internal Server Error. Configuring a relational data store on a ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am unable to reproduce
is there a verbose option, you should have tried that