question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fatal Internal error while trying to unset configuration

See original GitHub issue

Environment

  • 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:closed
  • Created 3 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
NoahGornycommented, Jan 15, 2021

I am unable to reproduce

1reaction
amaank404commented, Dec 23, 2020

is there a verbose option, you should have tried that

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found