About 50 results
Open links in new tab
  1. macos - How to unpack and pack pkg file? - Stack Overflow

    Jul 3, 2012 · I have a pkg file created by Install Maker for Mac. I want to replace one file in pkg. But I must do this under Linux system, because this is a part of download process. When user starts to …

  2. pkg_resources is deprecated as an API - Stack Overflow

    Apr 19, 2023 · 27 There is a related discussion on pip 's ticket tracker. It seems like this issue has been solved in pip 23.1.1: " Revert pkg_resources (via setuptools) back to 65.6.3 ". And pip 23.1.2 seems …

  3. mac - How can I open a .pkg file manually? - Ask Different

    If you right click it, and click Show Package Contents you'll get a few files in a Contents folder. (Note: if you do not see Show Package Contents you will need to open Terminal.app and run pkgutil --expand …

  4. CMake pkg-config on Windows 11 returns error: "required by 'virtual ...

    Sep 18, 2024 · CMakeLists.txt:35 (pkg_check_modules) While I was experimenting with the configuration of the environment variables, I was getting the same error, every time the …

  5. python - No module named pkg_resources - Stack Overflow

    Sep 16, 2011 · For those stumbling on this issue lately, setuptools recently had an update (version 82) which removed pkg_resources from its dependencies. It relies on importlib.resources and …

  6. How to fix 'ModuleNotFoundError: No module named 'apt_pkg'?

    May 20, 2019 · If apt_pkg.cpython-38-x86_64-linux-gnu.so is found, copy it to apt_pkg.so: sudo cp apt_pkg.cpython-38-x86_64-linux-gnu.so apt_pkg.so The reason this works is that Python is looking …

  7. How can I install .pkg with a shell on macOS? - Ask Different

    Nov 21, 2012 · The installer command installs a single package per invocation, which is specified with the -package parameter ( -pkg is accepted as a synonym). It may be either a single package or a …

  8. mysql python - Mysqlclient cannot install via pip, cannot find pkg ...

    Jun 30, 2023 · 63 In my case sudo apt install pkg-config was enough to run pip install mysqlclient.

  9. javascript - How to create a executable file using PKG (going wrong ...

    Dec 8, 2023 · How to create a executable file using PKG (going wrong because of Node 20) Asked 2 years, 2 months ago Modified 1 year, 6 months ago Viewed 9k times

  10. `pip install mysqlclient` fails because `pkg-config --exists ...

    Oct 2, 2023 · `pip install mysqlclient` fails because `pkg-config --exists mysqlclient` fails [duplicate] Asked 2 years, 4 months ago Modified 2 years, 4 months ago Viewed 2k times