CppServer icon indicating copy to clipboard operation
CppServer copied to clipboard

-

Open Darrano opened this issue 4 years ago • 2 comments
trafficstars

Darrano avatar Jan 23 '21 04:01 Darrano

Maybe fixed just uninstalling and reinstall various versions of Python. Set global variables and making Python3 working instead of Python2 Struggle of having multiple version of the same tool.

Darrano avatar Jan 23 '21 05:01 Darrano

Our CI/CD on Travis shows that gil should be installed fine on a clean Ubuntu, MacOS and Windows. It will be good if you investigate the issue on your side.

chronoxor avatar Jan 23 '21 06:01 chronoxor

You have probably not activated your Python environment in your current command console (cmd.exe). Open Anaconda (Python Command) Promt to install gil-python-package to Anaconda's Python environment. Then next in that console.

mkdir chronoxor
cd chronoxor
git clone https://github.com/chronoxor/CppServer.git
git clone https://github.com/chronoxor/gil.git

cd gil
python setup.py build
python setup.py install

where gil
:: Similar paths should be shown:
:: C:\Apps\anaconda3\Scripts\gil
:: C:\Apps\anaconda3\Scripts\gil.bat

cd ../CppServer
gil update

Open Developer Command Prompt for VS 2019 as Administrator (Right Click -> Run as administrator). Search from Windows Start Menu. Alternatively run vcvarsall.bat to activate build environment from path such as: "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver=14.28

cd CppServer/build
vs.bat

sacceus avatar Jan 28 '21 18:01 sacceus