We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NameError: name 'sys_platform' is not defined
use_setuptools()
File "distribute_setup.py", line 152, in use_setuptools
return _do_download(version, download_base, to_dir, download_delay)
File "distribute_setup.py", line 132, in _do_download
_build_egg(egg, tarball, to_dir)
File "distribute_setup.py", line 123, in _build_egg
raise IOError('Could not build the egg.')
IOError: Could not build the egg.
The text was updated successfully, but these errors were encountered:
Does this happen also with the 0.4 release?
Sorry, something went wrong.
yeah, it is ok now. Thanks
No branches or pull requests
NameError: name 'sys_platform' is not defined
use_setuptools()
File "distribute_setup.py", line 152, in use_setuptools
File "distribute_setup.py", line 132, in _do_download
File "distribute_setup.py", line 123, in _build_egg
IOError: Could not build the egg.
The text was updated successfully, but these errors were encountered: