You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use pythran myself for speeding up computation for scientifical interests, and I would like to share my scripts with a user. The problem is that user has a Windows system, and is able to install anaconda, but installing Visual build tools requires administrative rights.
However, the site winlibs.org provides a bundle of pre-compiled clang compiler with LLVM and omp capabilities, that is therefore usable just by downloading the bundled binaries.
Now, let's say a user has anaconda installed with the pythran module, and the winlibs package downloaded... What will eventually be the procedure to manage to compile a .py file with pythran ?
The text was updated successfully, but these errors were encountered:
hprodh
changed the title
On windows, with anaconda, is there a procedure to use pythran by calling side-loaded compiler (e.g. from winlibs).
Is pythran usable on windows without admin provileges ?
Jan 24, 2025
I could not to find a solution for this issue, I also don't need myself to solve it anymore, yet it might remain an issue so I do not close it for now (but I renamed the issue for clarity).
It would be interesting to know if one can use Miniforge to install the clang conda package and use it for Pythran compilation. I'm not totally sure that we can use this package without installing Visual build tools.
Hello, Pythran is a wonder !
I use pythran myself for speeding up computation for scientifical interests, and I would like to share my scripts with a user. The problem is that user has a Windows system, and is able to install anaconda, but installing Visual build tools requires administrative rights.
However, the site winlibs.org provides a bundle of pre-compiled clang compiler with LLVM and omp capabilities, that is therefore usable just by downloading the bundled binaries.
Now, let's say a user has anaconda installed with the pythran module, and the winlibs package downloaded... What will eventually be the procedure to manage to compile a .py file with pythran ?
The text was updated successfully, but these errors were encountered: