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.
Hello,
I tried to run scikit-build with python3-dbg for Cython based C extension, there multiple problems.
(Extension is complicated so I am not reffering it, and the problem is not related to user code.)
Two of them, described below, should be easy to solve.
imp module is deprecated in favour of importlib
/usr/lib/python3/dist-packages/setuptools/depends.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
ResourceWarning: unclosed file
/usr/local/lib/python3.7/dist-packages/skbuild/cmaker.py:425: ResourceWarning: unclosed file <_io.TextIOWrapper name='_skbuild/linux-x86_64-3.7/cmake-build/cmake_install.cmake' mode='r' encoding='utf-8'>
for line in io.open(os.path.join(root, filename), encoding="utf-8"):
Hello,
I tried to run scikit-build with python3-dbg for Cython based C extension, there multiple problems.
(Extension is complicated so I am not reffering it, and the problem is not related to user code.)
Two of them, described below, should be easy to solve.
https://github.com/scikit-build/scikit-build/blob/master/skbuild/cmaker.py#L425
The text was updated successfully, but these errors were encountered: