CppServer
CppServer copied to clipboard
-
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.
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.
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