Skip to content

Instantly share code, notes, and snippets.

@jmkim
Created August 17, 2022 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmkim/7f2dc9a2e24d52c2d1ee63e5abad058e to your computer and use it in GitHub Desktop.
Save jmkim/7f2dc9a2e24d52c2d1ee63e5abad058e to your computer and use it in GitHub Desktop.

Diagnostic snippet

Aug 17, 2022

System

  • system_profiler SPSoftwareDataType SPHardwareDataType

    Software:
        System Software Overview:
          System Version: macOS 12.5 (21G72)
          Kernel Version: Darwin 21.6.0
          Boot Volume: Macintosh HD
          Boot Mode: Normal
          Computer Name: Jongmin’s MacBook Air
          User Name: Jongmin Kim (jmkim)
          Secure Virtual Memory: Enabled
          System Integrity Protection: Enabled
          Time since boot: 6:09
    
    Hardware:
        Hardware Overview:
          Model Name: MacBook Air
          Model Identifier: MacBookAir10,1
          Chip: Apple M1
          Total Number of Cores: 8 (4 performance and 4 efficiency)
          Memory: 16 GB
          System Firmware Version: 7459.141.1
          OS Loader Version: 7459.141.1
          Activation Lock Status: Enabled
    

Python

  • pip list

    Package            Version
    ------------------ ---------
    anyio              3.6.1
    asgiref            3.5.2
    certifi            2022.6.15
    charset-normalizer 2.1.0
    click              8.1.3
    crc8               0.1.0
    dnspython          2.2.1
    email-validator    1.2.1
    fastapi            0.79.0
    h11                0.13.0
    httptools          0.4.0
    idna               3.3
    itsdangerous       2.1.2
    Jinja2             3.1.2
    MarkupSafe         2.1.1
    orjson             3.7.11
    pip                22.2.1
    psutil             5.9.1
    pydantic           1.9.1
    pymemcache         3.5.2
    pyserial           3.5
    python-dotenv      0.20.0
    python-multipart   0.0.5
    PyYAML             6.0
    requests           2.28.1
    setuptools         63.3.0
    six                1.16.0
    sniffio            1.2.0
    starlette          0.19.1
    typing_extensions  4.3.0
    ujson              5.4.0
    urllib3            1.26.11
    uvicorn            0.17.6
    uvloop             0.16.0
    watchgod           0.8.2
    websockets         10.3
    wheel              0.37.1
    
  • pip debug

    pip version: pip 22.2.1 from /Users/jmkim/miniforge3/envs/do-nand/lib/python3.10/site-packages/pip (python 3.10)
    sys.version: 3.10.5 | packaged by conda-forge | (main, Jun 14 2022, 07:05:37) [Clang 13.0.1 ]
    sys.executable: /Users/jmkim/miniforge3/envs/do-nand/bin/python3.10
    sys.getdefaultencoding: utf-8
    sys.getfilesystemencoding: utf-8
    locale.getpreferredencoding: UTF-8
    sys.platform: darwin
    sys.implementation:
      name: cpython
    'cert' config value: Not specified
    REQUESTS_CA_BUNDLE: None
    CURL_CA_BUNDLE: None
    pip._vendor.certifi.where(): /Users/jmkim/miniforge3/envs/do-nand/lib/python3.10/site-packages/pip/_vendor/certifi/cacert.pem
    pip._vendor.DEBUNDLED: False
    vendored library versions:
      CacheControl==0.12.11
      colorama==0.4.5
      distlib==0.3.5
      distro==1.7.0
      msgpack==1.0.4
      packaging==21.3
      pep517==0.12.0
      platformdirs==2.5.2
      pyparsing==3.0.9
      requests==2.28.1
      certifi==2022.06.15
      chardet==5.0.0
      idna==3.3
      urllib3==1.26.10
      rich==12.5.1 (Unable to locate actual module version, using vendor.txt specified version)
      pygments==2.12.0
      typing_extensions==4.3.0 (Unable to locate actual module version, using vendor.txt specified version)
      resolvelib==0.8.1
      setuptools==44.0.0 (Unable to locate actual module version, using vendor.txt specified version)
      six==1.16.0
      tenacity==8.0.1 (Unable to locate actual module version, using vendor.txt specified version)
      tomli==2.0.1
      webencodings==0.5.1 (Unable to locate actual module version, using vendor.txt specified version)
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment