• False
    • None
    • False
    • Hide
      Resolving this because, technically, this particular issue has been resolved and replaced by https://issues.redhat.com/browse/CRW-4962 and https://issues.redhat.com/browse/CRW-4964
      Show
      Resolving this because, technically, this particular issue has been resolved and replaced by https://issues.redhat.com/browse/CRW-4962 and https://issues.redhat.com/browse/CRW-4964

      dnf remove -y python3-typing-extensions
      cat <<EOL> /etc/yum.repos.d/rcmtools.repo
      [rcmtools]
      baseurl=http://download.devel.redhat.com/rel-eng/RCMTOOLS/latest-RCMTOOLS-2-RHEL-8/compose/BaseOS/\$basearch/os/
      enabled=1
      gpgcheck=0
      EOL
      cd /tmp;dnf install -y --downloadonly python3-typing-extensions
      rpm -qlp $(find /var/cache/dnf/rcmtools* -name python3-typing-extensions\*rpm)
      
      installed for python 3.6
      warning: /var/cache/dnf/rcmtools-ad8303af393659ce/packages/python3-typing-extensions-3.7.4.3-3.el8eng.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 7e0b66e8: NOKEY
      /usr/lib/python3.6/site-packages/__pycache__/typing_extensions.cpython-36.opt-1.pyc
      /usr/lib/python3.6/site-packages/__pycache__/typing_extensions.cpython-36.pyc
      /usr/lib/python3.6/site-packages/typing_extensions-3.7.4.3-py3.6.egg-info
      /usr/lib/python3.6/site-packages/typing_extensions-3.7.4.3-py3.6.egg-info/PKG-INFO
      /usr/lib/python3.6/site-packages/typing_extensions-3.7.4.3-py3.6.egg-info/SOURCES.txt
      /usr/lib/python3.6/site-packages/typing_extensions-3.7.4.3-py3.6.egg-info/dependency_links.txt
      /usr/lib/python3.6/site-packages/typing_extensions-3.7.4.3-py3.6.egg-info/requires.txt
      /usr/lib/python3.6/site-packages/typing_extensions-3.7.4.3-py3.6.egg-info/top_level.txt
      /usr/lib/python3.6/site-packages/typing_extensions.py
      /usr/share/doc/python3-typing-extensions
      /usr/share/doc/python3-typing-extensions/README.rst
      /usr/share/licenses/python3-typing-extensions
      /usr/share/licenses/python3-typing-extensions/LICENSE
      

      and

      install typing extensions 4.7.1 using pip
      python3 -m pip uninstall typing-extensions -y
      python3 -m pip install typing-extensions 
      
      ls -1aldt /usr/local/lib/python3.11/site-packages/typing_extensions*
      drwxr-xr-x 1 root root     88 Aug 28 18:45 /usr/local/lib/python3.11/site-packages/typing_extensions-4.7.1.dist-info
      -rw-r--r-- 1 root root 111082 Aug 28 18:45 /usr/local/lib/python3.11/site-packages/typing_extensions.py
      

      So... it seems that the pip install and the rpm install put the files into different paths.

      Not sure yet which one is better. Probably pip

              sdawley@redhat.com Samantha Dawley
              nickboldt Nick Boldt
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: