Giter Site home page Giter Site logo

Error during pip install about pyethereum HOT 5 CLOSED

ethereum avatar ethereum commented on August 21, 2024
Error during pip install

from pyethereum.

Comments (5)

konradkonrad avatar konradkonrad commented on August 21, 2024

Could you please check, if the error persists for you, if you try the buildout way? E.g.:

curl http://downloads.buildout.org/2/bootstrap.py | python (once)
followed by:
bin/buildout (whenever dependencies change)

from pyethereum.

nicksavers avatar nicksavers commented on August 21, 2024

buildout works fine, but I intended this issue to be about pip install -r requirements.txt as described in the README.rst - if that is not up-to-date anymore, perhaps fix it or remove it.

from pyethereum.

konradkonrad avatar konradkonrad commented on August 21, 2024

Alright, I think I could reproduce it. Your problem seems to be permission related. If you re-check your log, do you see a line like:
error: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/leveldb.so' ?

If that is the case, you have 3 options (in order of my preference):

  1. Be happy with using buildout :)
  2. Setup a virtualenv for using pyethereum
  3. Run pip install -r requirements.txt as privileged user (e.g. sudo pip install -r requirements.txt)

from pyethereum.

konradkonrad avatar konradkonrad commented on August 21, 2024

@nicksavers does 3ce24d2 resolve your issue?

from pyethereum.

nicksavers avatar nicksavers commented on August 21, 2024

Yes it does. sudo pip install -r requirements.txt works

from pyethereum.

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.