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
PR #2118 moves key version-checking functionality into a utilities file which imports _C. This file, _util.py needs to be refactored and/or imported differently to allow use of the utility without pulling in the C dependency, which is undesirable for users who prefer to use Python-only runtimes or install a lightweight version of the repository.
Proposal
See 38a2c4c for a potential solution. In short, one can move the _C-dependent utilities to the ts directory and update the imports, with a new utilities file being created in the main directory.
The text was updated successfully, but these errors were encountered:
Context
PR #2118 moves key version-checking functionality into a utilities file which imports
_C
. This file,_util.py
needs to be refactored and/or imported differently to allow use of the utility without pulling in the C dependency, which is undesirable for users who prefer to use Python-only runtimes or install a lightweight version of the repository.Proposal
See 38a2c4c for a potential solution. In short, one can move the
_C
-dependent utilities to thets
directory and update the imports, with a new utilities file being created in the main directory.The text was updated successfully, but these errors were encountered: