-
Notifications
You must be signed in to change notification settings - Fork 21
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
error: invalid command 'bdist_wheel' #7
Comments
I have found the problem ./distribute-0.6.15-py2.7.egg that line breaks easy-install.pth I think you need to remove the .egg from that line Thanks |
looks like something is wrong with building the egg file |
To be honest I haven't used evnet in over a year. I should probably just discontinue the repository. Thanks anyway, if you open a PR I'd happily merge it. |
The point that I don't have the required skills to fix it :) |
virtualenv env
env/bin/python -c "import setuptools;import wheel ;__file__='setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpVKppeBpip-wheel
Successful command
after installing the evnet from github
pip install -e git+https://github.com/rep/evnet.git@688bcaf6f438aa36ea1df3574bbbd9abe665dd18#egg=evnet-master
env/bin/python -c "import setuptools;import wheel ;__file__='setup.py' exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpVKppeBpip-wheel
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'bdist_wheel'
I don't know what happens in the environment, Hope you can help with that
Thanks
The text was updated successfully, but these errors were encountered: