Code Monkey home page Code Monkey logo

Comments (7)

caleteeter avatar caleteeter commented on May 22, 2024 2

@rustedwizard We are close to having the dependency for python removed!

from vscode-azure-blockchain-ethereum.

caleteeter avatar caleteeter commented on May 22, 2024 1

Agreed @rustedwizard . To be transparent, the dependency on python v2.x is from a npm package for encryption that we have a dependency with. We are actively working on cleaning up this dependency to remove the need for python all together.

I will update the issue when we have a fix for this.

from vscode-azure-blockchain-ethereum.

caleteeter avatar caleteeter commented on May 22, 2024

So we have been hard at work on this. For native installs, some packages we are dependent on are the sticking point here. Sorry for the extreme lag here but takes more time to untangle the dependency tree. :)

from vscode-azure-blockchain-ethereum.

keyz182 avatar keyz182 commented on May 22, 2024

@caleteeter Any word on this? What is the dependency that's requiring Py2?

from vscode-azure-blockchain-ethereum.

caleteeter avatar caleteeter commented on May 22, 2024

@keyz182 the dependency is deep rooted, so our extension depends on some truffle packages (for instance the hdwallet-provider). Inside this has a dependency on keccak. This package, requires a "build" when installing. This build requires Python. :(

from vscode-azure-blockchain-ethereum.

keyz182 avatar keyz182 commented on May 22, 2024

I see - Truffle has a transitive dependency on https://github.com/ethereumjs/merkle-patricia-tree, which depends on an older version of https://github.com/ethereumjs/ethereumjs-util/, which in turn has a transitive dependency to an old version of Keccak that doesn't use the latest node-gyp (which supports py3).

The Markle-patricia-tree does have up-to-date deps in master, but they're unreleased. So the fix requires a new markle-patricia-tree lib update, and then updates of all the libs in between (one of which seems to be ethereumjs-block which is now archived on github?).

Yeah, that's a mess!

from vscode-azure-blockchain-ethereum.

caleteeter avatar caleteeter commented on May 22, 2024

I am closing this for now, no short term fix here, but something we look to improve in the future. We have to, we can't run on python 2.x FOREVER! :)

from vscode-azure-blockchain-ethereum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.