Python3 support?
-
I don't think there's any "plans" since XOA is build on top of Debian 10. However, we'll keep an eye on next Debian if it requires some changes.
Regarding the dep "problem" with Python, I have no idea myself.
-
Looks like they plan to remove from Debian as well -- https://wiki.debian.org/Python/2Removal
-
-
@julien-f Wouldn't upgrading to a newer version of node-gyp resolved this?
-
XO does not depend on
node-gyp
directly. -
@julien-f From what I can tell, there are two packages that have node-gyp as a dependency, argon2 and node-sass. Is there a way to force the process to use
argon2@0.26.1
instead ofargon2@0.25.1
? -
I'm not familiar with it but you may found a solution there: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/
-
@julien-f The newer versions of argon2 successfully build with python3. Why not just bump the minimum argon2 package requirements for hashy?
-
I'm thinking about it
-
-