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
v6d/python: AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
This error roots in a deprecated transitive dependency versioneer, caused by the removal of SafeConfigParser in python3.12. The dependency was introduced by hdfs, a build dependency that was deprecated years ago. Removing hdfs3 resolves the issue. (should not cause problems as hdfs3 is not used anywhere in the code)
This issue has been fixed in the upstream: Fix uint64_t type error with gcc 13.3. etcd-cpp-apiv3/etcd-cpp-apiv3#299. Seems to be a problem caused by the changes in gcc 13 libraries. Related issue: Compile error: error: ‘uint64_t’ was not declared in this scope hobuinc/untwine#141
https://github.com/alibaba/libgrape-lite/blob/35d0893abccf93d4c1d92ba0892dba9423829bfe/grape/fragment/fragment_base.h#L178-L182
This error roots in a deprecated transitive dependency versioneer, caused by the removal of
SafeConfigParser
in python3.12. The dependency was introduced by hdfs, a build dependency that was deprecated years ago. Removing hdfs3 resolves the issue. (should not cause problems as hdfs3 is not used anywhere in the code)v6d/setup_io.py
Lines 102 to 108 in f57ca13
The text was updated successfully, but these errors were encountered: