Skip to content

error: invalid command 'bdist_wheel' #7

@aabed

Description

@aabed

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions