setuptools,一、安装Python解释器的windows环境,如果双击运行*.py的文件,会闪退。
/usr/local/lib/python2.7/dist-packages/pkg_resources/py2_warn.py:19: UserWarning: *** You are running Setuptools on Python 2, which is no longer supported and >>> SETUPTOOLS WILL STOP WORKING <<< in a subsequent release. Please ensure you are installing Setuptools usingpip 9.x or later...
that begin with a leading/. Violations of this expectation raise DeprecationWarnings and will become errors. Additionally, any paths that are absolute on Windows are strictly disallowed and will raise ValueErrors.
Users relying on 'setup.py test' will need to migrate to another test runner or pin setuptools before this version. (#931) v71.1.0 Features Added return types to typed public functions -- by :user:`Avasam` Marked pkg_resources as py.typed -- by :user:`Avasam` (#4409) Misc #...
Setuptools will try to find these values assuming that the package uses either the src-layout (a src directory containing all the packages or modules), the flat-layout (package directories directly under the project root), or the single-module approach (an isolated Python file, directly under ...
_find_and_load in <host_python_dir>\Lib\importlib\_bootstrap.py but sadly the trace runs dry there, in fact my print statements stop working inside of_boostrap.py. I assume by the name there is some dark magic going on, presumably_bootstrap.pyis overwritten with an import from_frozen_...
If that is fine with you I can go ahead and start working in this plan (I will just ask a bit of patience because I am still working on some issues regarding PEP 621 support). Footnotes You can still run things directly without ever having to save the Python file to the disk, but ...
Bumps setuptools from 75.8.0 to 75.8.2. Changelog Sourced from setuptools's changelog. v75.8.2 Bugfixes Fixed pkg_resources.require(...) to also consider standardised dist-info directories. (#48...
given pip's dependency on setuptools and it's install logic, pip won't be able to perform this upgrade. distribute upgrades have only been working in python 2 anyway up until now (not python 3; #650) decision pending on what pip's position will be on supporting upgrading to the new di...
update setuptools on Travis… b3f5be8 jakirkhamadded a commit to jakirkham/drmaa-python that referenced this issueJul 28, 2018 Need newer version of setuptools for Python 3.7… 0095a33 white-geckoadded a commit to AKSW/QuitStore that referenced this issueSep 25, 2018 ...