Difference between revisions of "Distutils"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lowercase}} pip install disutils DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If yo...")
 
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
[[wikipedia:distutils]]
  
 +
[[pip install distutils]]
 +
[[DEPRECATION]]: Configuring installation scheme with [[distutils]] config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621
 +
[[ERROR: Could not find a version that satisfies the requirement]] disutils (from versions: none)
 +
[[ERROR: No matching distribution found for]] disutils
  
pip install disutils
+
== Related ==
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you
+
* <code>[[distutils]] / [[setuptools]]</code>
are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621
+
* [[PEP 517]]
ERROR: Could not find a version that satisfies the requirement disutils (from versions: none)
+
* <code>[[distutils.cfg]]</code>
ERROR: No matching distribution found for disutils
+
* <code>[[apt-get install]] python3-distutils</code>
  
 
== See also ==
 
== See also ==
 +
* {{Distutils}}
 +
* {{setuptools}}
 
* {{Python}}
 
* {{Python}}
  
 
[[Category:Python]]
 
[[Category:Python]]

Latest revision as of 07:23, 28 June 2022

Advertising: