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
Running sudo setup.py install fails with unkonwn distribution option
sudo setup.py install
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
The text was updated successfully, but these errors were encountered:
c5691f7
Merge pull request #4 from manpages/master
3d0fcd8
Don´t use distutils. Fixes #3.
Don´t use distutils. Fixes richardkiss#3.
8fd63b8
[gitreformat yapf-ify (github/ghtdak) on Fri Jul 15 12:49:54 2016] [from commit: c5691f7]
Merge pull request richardkiss#4 from manpages/master
58b46b1
Don´t use distutils. Fixes richardkiss#3. [gitreformat yapf-ify (github/ghtdak) on Fri Jul 15 12:49:54 2016] [from commit: 3d0fcd8]
No branches or pull requests
Running
sudo setup.py install
fails withunkonwn distribution option
Python 2.7 —
Python 3 —
The text was updated successfully, but these errors were encountered: