Skip to content
New issue

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

setup.py install fails to install pycoin system-wide. #3

Closed
manpages opened this issue Sep 9, 2013 · 0 comments
Closed

setup.py install fails to install pycoin system-wide. #3

manpages opened this issue Sep 9, 2013 · 0 comments

Comments

@manpages
Copy link
Contributor

manpages commented Sep 9, 2013

Running sudo setup.py install fails with unkonwn distribution option

Python 2.7 —

vagrant@millstone:~/github/pycoin$ python --version
Python 2.7.3
vagrant@millstone:~/github/pycoin$ sudo ./setup.py install
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'entry_points'
  warnings.warn(msg)
running install
running build
running build_py
running install_lib
running install_egg_info
Removing /usr/local/lib/python2.7/dist-packages/pycoin-0.23.egg-info
Writing /usr/local/lib/python2.7/dist-packages/pycoin-0.23.egg-info
vagrant@millstone:~/github/pycoin$ genwallet
genwallet: command not found

Python 3 —

~/github/others/pycoin ∀ python --version
Python 3.3.2
~/github/others/pycoin ∀ sudo ./setup.py install
/usr/lib/python3.3/distutils/dist.py:257: UserWarning: Unknown distribution option: 'entry_points'
  warnings.warn(msg)
running install
running build
running build_py
running install_lib
running install_egg_info
Removing /usr/lib/python3.3/site-packages/pycoin-0.23-py3.3.egg-info
Writing /usr/lib/python3.3/site-packages/pycoin-0.23-py3.3.egg-info
~/github/others/pycoin ∀ genwallet
-bash: genwallet: command not found
richardkiss added a commit that referenced this issue Sep 10, 2013
Don´t use distutils. Fixes #3.
ghtdak pushed a commit to ghtdak/pycoin that referenced this issue Jul 16, 2016
[gitreformat yapf-ify (github/ghtdak) on Fri Jul 15 12:49:54 2016]
[from commit: c5691f7]
ghtdak pushed a commit to ghtdak/pycoin that referenced this issue Jul 16, 2016
Don´t use distutils. Fixes richardkiss#3.
[gitreformat yapf-ify (github/ghtdak) on Fri Jul 15 12:49:54 2016]
[from commit: 3d0fcd8]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant