Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

RuntimeError: maximum recursion depth exceeded #86

Open
brentmsmith opened this issue Apr 19, 2017 · 2 comments
Open

RuntimeError: maximum recursion depth exceeded #86

brentmsmith opened this issue Apr 19, 2017 · 2 comments

Comments

@brentmsmith
Copy link

I tried to set the default recursion limit higher than 999 by adding sys.setrecursionlimit(999999) to setup.py but I still get the same error.

RuntimeError: maximum recursion depth exceeded
./slush0-stratum-mining-proxy-e237fe3/distribute-0.6.28-py2.7.egg
Traceback (most recent call last):
  File "setup.py", line 3, in <module>
    use_setuptools()
  File "./slush0-stratum-mining-proxy-e237fe3/distribute_setup.py", line 145, in use_setuptools
    return _do_download(version, download_base, to_dir, download_delay)
  File "./slush0-stratum-mining-proxy-e237fe3/distribute_setup.py", line 125, in _do_download
    _build_egg(egg, tarball, to_dir)
  File ./slush0-stratum-mining-proxy-e237fe3/distribute_setup.py", line 116, in _build_egg
    raise IOError('Could not build the egg.')
IOError: Could not build the egg.

Any suggestions?

@svetbg
Copy link

svetbg commented Jan 2, 2018

I am stuck on the same error, is there any solution for it?

@iorzt
Copy link

iorzt commented Jan 28, 2018

me neither

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants