-
Notifications
You must be signed in to change notification settings - Fork 21
Description
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