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: option --install-skyline-evaluate not recognized #59

Open
zarzen opened this issue Aug 9, 2020 · 1 comment
Open

error: option --install-skyline-evaluate not recognized #59

zarzen opened this issue Aug 9, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@zarzen
Copy link

zarzen commented Aug 9, 2020

Hi @geoffxy
I would like to run skyline in dev-mode.
With running ./dev-setup.sh I got following errors:

    ERROR: Command errored out with exit status 1:
     command: /home/ubuntu/skyline/cli/env/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-lsrw1m9f/pyyaml/setup.py'"'"'; __file__='"'"'/tmp/pip-install-lsrw1m9f/pyyaml/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' --install-skyline-evaluate install --record /tmp/pip-record-n7qq17i2/install-record.txt --single-version-externally-managed --compile --install-headers /home/ubuntu/skyline/cli/env/include/site/python3.6/pyyaml
         cwd: /tmp/pip-install-lsrw1m9f/pyyaml/
    Complete output (6 lines):
    usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
       or: setup.py --help [cmd1 cmd2 ...]
       or: setup.py --help-commands
       or: setup.py cmd --help
    
    error: option --install-skyline-evaluate not recognized
    ----------------------------------------
ERROR: Command errored out with exit status 1: /home/ubuntu/skyline/cli/env/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-lsrw1m9f/pyyaml/setup.py'"'"'; __file__='"'"'/tmp/pip-install-lsrw1m9f/pyyaml/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' --install-skyline-evaluate install --record /tmp/pip-record-n7qq17i2/install-record.txt --single-version-externally-managed --compile --install-headers /home/ubuntu/skyline/cli/env/include/site/python3.6/pyyaml Check the logs for full command output.

while I am able to install skyline-cli with pip3 install --editable . in cli folder.

@geoffxy geoffxy added the bug Something isn't working label Aug 9, 2020
@geoffxy
Copy link
Member

geoffxy commented Aug 9, 2020

Thanks for reporting!

Yeah, for now you should be able to use a development version of skyline by just running pip3 install --editable .. I'm glad to hear that it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants