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

error: invalid command 'bdist_wheel' #7

Open
aabed opened this issue Jun 16, 2015 · 4 comments
Open

error: invalid command 'bdist_wheel' #7

aabed opened this issue Jun 16, 2015 · 4 comments

Comments

@aabed
Copy link

aabed commented Jun 16, 2015

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

@aabed
Copy link
Author

aabed commented Jun 16, 2015

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

@aabed
Copy link
Author

aabed commented Jun 17, 2015

looks like something is wrong with building the egg file

@rep
Copy link
Owner

rep commented Jun 17, 2015

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.

@aabed
Copy link
Author

aabed commented Jun 17, 2015

The point that I don't have the required skills to fix it :)
And MHN is using your repo which breaks some of it's functionalities

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

2 participants