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

Issues installing kcp #30

Open
jayrod opened this issue May 13, 2020 · 1 comment
Open

Issues installing kcp #30

jayrod opened this issue May 13, 2020 · 1 comment

Comments

@jayrod
Copy link

jayrod commented May 13, 2020

Steps to set up environment

``
#!/bin/bash

echo "Removing pupy virtual env"
rm -rf /opt/environments/pupy/
echo "Building pupy virtual env"
virtualenv /opt/environments/pupy
echo "Activating environment"
source /opt/environments/pupy/bin/activate

echo "Removing pupy source"
rm -rf /opt/pupy

echo "cloning source code"
git clone --recurse-submodule https://github.com/alxchk/pupy.git

cd /opt/pupy/pupy
git checkout futurize

pip install -r requirements
``

Error gist during install

Snippet

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ---------------------------------------- ERROR: Command errored out with exit status 1: /opt/environments/pupy/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/opt/pupy/pupy/external/pykcp/setup.py'"'"'; __file__='"'"'/opt/pupy/pupy/external/pykcp/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps Check the logs for full command output. @jayrod

gist

@jayrod
Copy link
Author

jayrod commented May 13, 2020

Steps to fix

rm -rf /opt/pupy/pupy/external/pykcp
cd /opt/pupy/pupy/external
git clone --recurse-submodule https://github.com/alxchk/pykcp.git

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

1 participant