UnitTesting icon indicating copy to clipboard operation
UnitTesting copied to clipboard

TypeError logging missing library

Open ehuss opened this issue 1 year ago • 0 comments

Starting on 2024-04-24, my GitHub Actions workflow has started to fail with this message:

Terminated Sublime Text
Package Control: Installing 3 libraries...
Package Control: The library "coverage" is not available for Python 3.3
Package Control: Installed library "shellenv" 1.4.2 for Python 3.3
Package Control: Installed library "coverage" 7.5.0 for Python 3.8
Package Control

Sublime Text needs to be restarted for installed or updated libraries to take effect. Otherwise some packages may not work properly..
missing libraries:
Traceback (most recent call last):
  File "/Users/runner/Library/Application Support/Sublime Text/Packages/0_install_package_control_helper/install_package_control_helper.py", line 70, in check_libraries
    log.write(" ".join(sorted(missing_libraries)) + "\n")
TypeError: sequence item 0: expected str instance, Library found
Package Control: The library "coverage" is not available for Python 3.3
missing libraries:
Traceback (most recent call last):
  File "/Users/runner/Library/Application Support/Sublime Text/Packages/0_install_package_control_helper/install_package_control_helper.py", line 70, in check_libraries
    log.write(" ".join(sorted(missing_libraries)) + "\n")
TypeError: sequence item 0: expected str instance, Library found
Package Control: The library "coverage" is not available for Python 3.3
missing libraries:
Traceback (most recent call last):
  File "/Users/runner/Library/Application Support/Sublime Text/Packages/0_install_package_control_helper/install_package_control_helper.py", line 70, in check_libraries
    log.write(" ".join(sorted(missing_libraries)) + "\n")
TypeError: sequence item 0: expected str instance, Library found
Timeout: Fail to install Package Control.

I'm not sure what recently changed to cause this.

ehuss avatar May 01 '24 19:05 ehuss