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

ERROR: Fatal Internal error [id=1] #12706

Open
1 task done
oldmanjk opened this issue May 15, 2024 · 4 comments
Open
1 task done

ERROR: Fatal Internal error [id=1] #12706

oldmanjk opened this issue May 15, 2024 · 4 comments
Labels
C: configuration Configuration management and loading S: awaiting response Waiting for a response/more information type: bug A confirmed bug or unintended behavior

Comments

@oldmanjk
Copy link

Description

$ pip config unset global.no-cache-dir
ERROR: Fatal Internal error [id=1]. Please report as a bug.

Expected behavior

Fix
ERROR: pip cache commands can not function since cache is disabled.

pip version

24.0

Python version

3.10

OS

Linux Mint 21.3 Cinnamon

How to Reproduce

$ pip config unset global.no-cache-dir

Output

$ pip config unset global.no-cache-dir
ERROR: Fatal Internal error [id=1]. Please report as a bug.

Code of Conduct

@oldmanjk oldmanjk added S: needs triage Issues/PRs that need to be triaged type: bug A confirmed bug or unintended behavior labels May 15, 2024
@ichard26
Copy link
Member

Could you share the output of pip config debug?

@ichard26 ichard26 added C: configuration Configuration management and loading S: awaiting response Waiting for a response/more information and removed S: needs triage Issues/PRs that need to be triaged labels May 16, 2024
@oldmanjk
Copy link
Author

Could you share the output of pip config debug?

env_var:
env:
global:
  /etc/xdg/pip/pip.conf, exists: False
  /etc/pip.conf, exists: True
    global.no-cache-dir: false
site:
  /usr/pip.conf, exists: False
user:
  /home/j/.pip/pip.conf, exists: True
    global.no-cache-dir: false
    global.index-url: https://pypi.org/simple
    global.extra-index-url: 
    https://pypi.ngc.nvidia.com
    global.trusted-host: 
    pypi.ngc.nvidia.com
    global.download-cache: ~/.cache/pip
  /home/j/.config/pip/pip.conf, exists: True
    global.no-cache-dir: false
    global.index-url: https://pypi.org/simple
    global.extra-index-url: 
    https://pypi.ngc.nvidia.com
    global.trusted-host: 
    pypi.ngc.nvidia.com
    global.download-cache: ~/.cache/pip

@lanyeeee
Copy link

same issue with me

@lanyeeee
Copy link

pip config list

global.extra-index-url='\nhttps://pypi.ngc.nvidia.com'
global.index-url='https://pypi.org/simple'
global.no-cache-dir='true'
global.trusted-host='\npypi.ngc.nvidia.com'

pip config unset global.no-cache-dir

ERROR: Fatal Internal error [id=1]. Please report as a bug.

pip config debug

env_var:
env:
global:
  C:\ProgramData\pip\pip.ini, exists: True
    global.no-cache-dir: true
    global.index-url: https://pypi.org/simple
    global.extra-index-url:
    https://pypi.ngc.nvidia.com
    global.trusted-host:
    pypi.ngc.nvidia.com
site:
  D:\ProgramData\anaconda3\pip.ini, exists: False
user:
  C:\Users\xxx\pip\pip.ini, exists: True
    global.no-cache-dir: true
    global.index-url: https://pypi.org/simple
    global.extra-index-url:
    https://pypi.ngc.nvidia.com
    global.trusted-host:
    pypi.ngc.nvidia.com
  C:\Users\xxx\AppData\Roaming\pip\pip.ini, exists: True
    global.no-cache-dir: true
    global.index-url: https://pypi.org/simple
    global.extra-index-url:
    https://pypi.ngc.nvidia.com
    global.trusted-host:
    pypi.ngc.nvidia.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: configuration Configuration management and loading S: awaiting response Waiting for a response/more information type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants