Skip to content

Replace pkg resources use#594

Open
loqs wants to merge 2 commits intohtml5lib:masterfrom
loqs:replace-pkg_resources-use
Open

Replace pkg resources use#594
loqs wants to merge 2 commits intohtml5lib:masterfrom
loqs:replace-pkg_resources-use

Conversation

@loqs
Copy link

@loqs loqs commented Mar 16, 2026

loqs added 2 commits March 17, 2026 18:30
Missing pkg_resources indicates setuptools 82 or newer which is more recent that than 18.5 so the version check using pkg_resources can safely be skipped.
@loqs loqs force-pushed the replace-pkg_resources-use branch from 6a82592 to 41f8aa0 Compare March 17, 2026 18:30
@hroncok
Copy link
Contributor

hroncok commented Mar 18, 2026

Thank you.

@loqs
Copy link
Author

loqs commented Mar 19, 2026

@hroncok appveyor appears to be failing for two reasons:

  • py27-optional fails because "Microsoft Visual C++ 9.0" was removed from the "Visual Studio 2022" image which is needed to compile lxml-5.0.2.
  • py37-base and py37-optional fail because the Python 3.7 support was removed from the "Visual Studio 2022" image so tox can not run on it.

The py27-optional may be fixable by switching to the "Visual Studio 2015" image. Python 3.7 might require using a source build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

setuptools > 81 doesn't include pkg_resources

2 participants