About 425,000 results
Open links in new tab
  1. Could not resolve "../pkg" lightningcss error - Stack Overflow

    Feb 13, 2025 · Question: Maybe it must be require('../pkg')? Why did you not provide lines of code from your project?

  2. pkg_resources is deprecated as an API - Stack Overflow

    Apr 19, 2023 · 26 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 …

  3. how to resolve "../pkg" in node_modules - Stack Overflow

    Feb 17, 2025 · how to resolve "../pkg" in node_modules Asked 7 months ago Modified 2 months ago Viewed 1k times

  4. python - No module named pkg_resources - Stack Overflow

    Sep 16, 2011 · I'm using Python 3 so I had to run sudo apt-get install --reinstall python3-pkg-resources and that fixed it. Thank you!

  5. pip broke. how to fix DistributionNotFound error? - Stack Overflow

    Feb 16, 2017 · I find this problem in my MacBook, the reason is because as @Stephan said, I use easy_install to install pip, and the mixture of both py package manage tools led to the …

  6. How to install pkg config in windows? - Stack Overflow

    Nov 10, 2009 · 6 I would like to extend the answer of @dzintars about the Cygwin version of pkg-config in that focus how should one use it properly with CMake, because I see various …

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

    Some applications come in .pkg files, and ask for you administrator password, even if all they do is copy the binary to /Applications. I like to have my applications in ~/Applications, and I do no...

  8. python - ModuleNotFoundError: No module named …

    May 12, 2024 · The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. from pkg_resources import get_distribution, …

  9. Making macOS Installer Packages which are Developer ID ready

    Note: This is for OS X Installer packages only, packages for submission to the Mac App Store follow different rules. Because of Mountain Lion's Gatekeeper I finally had to take my …

  10. Differences between OSX's .pkg and .pkg.mpkg installers

    To the best of my knowledge, .pkg files are simple, straightforward Installer packages. However, .mpkg files are very customizable, and can link to multiple .pkg files which the end user can …