Coder Social home page Coder Social logo

Comments (3)

Darrano avatar Darrano commented on June 17, 2024

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.

from cppserver.

chronoxor avatar chronoxor commented on June 17, 2024

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.

from cppserver.

sacceus avatar sacceus commented on June 17, 2024

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

from cppserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.