We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @geoffxy I would like to run skyline in dev-mode. With running ./dev-setup.sh I got following errors:
./dev-setup.sh
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.
skyline-cli
pip3 install --editable .
cli
The text was updated successfully, but these errors were encountered:
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.
skyline
Sorry, something went wrong.
No branches or pull requests
Hi @geoffxy
I would like to run skyline in dev-mode.
With running
./dev-setup.sh
I got following errors:while I am able to install
skyline-cli
withpip3 install --editable .
incli
folder.The text was updated successfully, but these errors were encountered: