Code Monkey home page Code Monkey logo

Comments (3)

Tydus avatar Tydus commented on June 15, 2024 1

+1

Particularly, two1 itself depends on sha256, which is even older. It can no longer be built since Python 3.9, thus causes a fatal issue blocks pip installing pywallet.

from pywallet.

sech444 avatar sech444 commented on June 15, 2024

ERROR: Cannot install ing==0.1.0, pywallet and pywallet==0.0.1 because these package versions have conflicting dependencies.
when is use, pip install ing pywallet i still the following come conflict

The conflict is caused by:
pywallet 0.0.1 depends on base58==0.2.1
two1 3.10.9 depends on base58==0.2.2
ing 0.1.0 depends on click<8.0 and >=7.0
two1 3.10.8 depends on click==6.6

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

then I get this error
from pywallet import wallet
ModuleNotFoundError: No module named 'pywallet'

if I use pip install pywallet
then if I use pip check i get the following error

web3 5.28.0 has requirement requests<3.0.0,>=2.16.0, but you have requests 2.11.1.
uvicorn 0.17.5 has requirement click>=7.0, but you have click 6.6.
shrimpy-python 0.0.15 has requirement requests>=2.13.0, but you have requests 2.11.1.
flask 2.1.1 has requirement click>=8.0, but you have click 6.6.
docker 5.0.3 has requirement requests!=2.18.0,>=2.14.2, but you have requests 2.11.1.
bitcoinlib 0.6.4 has requirement requests>=2.25.0, but you have requests 2.11.1.
please how can solve this problem ??

from pywallet.

ZenulAbidin avatar ZenulAbidin commented on June 15, 2024

Just use my fork https://guthub.com/ZenulAbidin/zpywallet , I have eliminated the two1 dependency inside it. It's largely useless anyway.

from pywallet.

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.