You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2022. It is now read-only.
In PythonPackageIndex (PyPI), html5lib was recently updated from 0.9999999 to 0.999999999. That worked fine in most places, but it no longer can be installed by pip in TravisCI. So we have locked the previous version. Unfortunately, that can break users who have installed the later version in their site-packages/ already. So now we have an even better reason to reduce our dependency on rdflib.
One idea: Copy rdflib, rename our copy of the library, and delete the bits we do not need. The bits we need will not import html5lib.
The text was updated successfully, but these errors were encountered:
…nfos-on-err to develop
* commit 'e9a1c5cd67668485400bd01ae3b47ddb5967d845':
Dump top/pstree on error
Drop SGE/qsub mem restriction, since it does not work within PacBio
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In PythonPackageIndex (PyPI), html5lib was recently updated from
0.9999999
to0.999999999
. That worked fine in most places, but it no longer can be installed by pip in TravisCI. So we have locked the previous version. Unfortunately, that can break users who have installed the later version in theirsite-packages/
already. So now we have an even better reason to reduce our dependency on rdflib.One idea: Copy rdflib, rename our copy of the library, and delete the bits we do not need. The bits we need will not import html5lib.
The text was updated successfully, but these errors were encountered: