Giter Site home page Giter Site logo

Comments (8)

EmelyanovMax avatar EmelyanovMax commented on August 20, 2024 3

It works for me, please check it out:
sudo easy_install -U distribute-0.6.28.tar.gz
sudo apt-get install python-autobahn
sudo apt-get install python-ecdsa
sudo python setup.py install

from stratum-mining.

2pay avatar 2pay commented on August 20, 2024 1

You find stratum-mining/externals/stratum/distribute_setup.py:

edit link:
DEFAULT_URL = "http://pypi.python.org/packages/source/d/distribute/"

to:
DEFAULT_URL = "https://pypi.python.org/packages/source/d/distribute/"

from stratum-mining.

donkeykongz avatar donkeykongz commented on August 20, 2024 1

Tired this before and get another error message.

https://pastebin.com/9kYSuMMC

from stratum-mining.

2pay avatar 2pay commented on August 20, 2024

you run:

cd ~
sudo apt-get install python-twisted python-mysqldb python-dev python-setuptools python-memcache python-simplejson python-pylibmc
sudo easy_install -U distribute

from stratum-mining.

donkeykongz avatar donkeykongz commented on August 20, 2024

Nothing changes still getting the same error message.

from stratum-mining.

EmelyanovMax avatar EmelyanovMax commented on August 20, 2024

the same problem

from stratum-mining.

JBaczuk avatar JBaczuk commented on August 20, 2024

Running sudo easy_install -U distribute-0.6.28.tar.gz gives:

$ sudo easy_install -U distribute-0.6.28.tar.gz
Traceback (most recent call last):
  File "/usr/bin/easy_install", line 9, in <module>
    load_entry_point('setuptools==20.7.0', 'console_scripts', 'easy_install')()
  File "/home/ubuntu/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 476, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/home/ubuntu/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2700, in load_entry_point
    return ep.load()
  File "/home/ubuntu/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2318, in load
    return self.resolve()
  File "/home/ubuntu/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2324, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 50, in <module>
    from setuptools.archive_util import unpack_archive
  File "/usr/lib/python2.7/dist-packages/setuptools/archive_util.py", line 15, in <module>
    from pkg_resources import ensure_directory, ContextualZipFile
ImportError: cannot import name ContextualZipFile

from stratum-mining.

ahmedbodi avatar ahmedbodi commented on August 20, 2024

Dependency error.

from stratum-mining.

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.