juancarlospaco / choosenim_install

Nim integration for Python PIP, install Nim via PIP, write Python modules using Nim
https://pypi.org/project/choosenim-install
MIT License
21 stars 3 forks source link

Choosenim doesn't install vccexe for use with Nimporter on Windows using MSVC #2

Closed Pebaz closed 3 years ago

Pebaz commented 3 years ago

For some reason, vccexe needed by Nimporter on Windows was not installed by Choosenim, but when I manually installed Nim, it was included. Any thoughts on why this would be and how to fix it?

juancarlospaco commented 3 years ago

I think it installs GCC instead, Nimporter should not assume MSVC is always installed, but try to detect MSVC or GCC.

Pebaz commented 3 years ago

Makes sense. Will update Nimporter to try to detect MSVC/GCC.