Substra / substra

Low-level Python library used to interact with a Substra network

Home Page:https://docs.substra.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot install substra on Windows via pipy or via cloning

jeandut opened this issue · comments

When running either:

  • pip install . (after git clone)
  • pip install substra
    On Windows I get the following error message:
ERROR: Command errored out with exit status 1:
     command: 'c:\users\myuser\appdata\local\programs\python\python38\python.exe
' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\MY_USER\
\AppData\\Local\\Temp\\pip-install-f_5bis9y\\setproctitle\\setup.py'"'"'; __file
__='"'"'C:\\Users\\JMY_USERL\\AppData\\Local\\Temp\\pip-install-f_5bis9y\\setprocti
tle\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.re
ad().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__
, '"'"'exec'"'"'))' install --record 'C:\Users\MY_USER\AppData\Local\Temp\pip-rec
ord-v5p3kgjt\install-record.txt' --single-version-externally-managed --compile
         cwd: C:\Users\MY_USER\AppData\Local\Temp\pip-install-f_5bis9y\setproctit
le\
    Complete output (5 lines):
    running install
    running build
    running build_ext
    building 'setproctitle' extension
    error: [WinError 3] Le chemin d'accès spécifié est introuvable: 'C:\\Program
 Files (x86)\\Microsoft Visual Studio 14.0\\VC\\PlatformSDK\\lib'
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\my_user\appdata\local\pr
ograms\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.
argv[0] = '"'"'C:\\Users\\MY_USER\\AppData\\Local\\Temp\\pip-install-f_5bis9y\\se
tproctitle\\setup.py'"'"'; __file__='"'"'C:\\Users\\MY_USER\\AppData\\Local\\Temp
\\pip-install-f_5bis9y\\setproctitle\\setup.py'"'"';f=getattr(tokenize, '"'"'ope
n'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.cl
ose();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\
MY_USER\AppData\Local\Temp\pip-record-v5p3kgjt\install-record.txt' --single-versi
on-externally-managed --compile Check the logs for full command output.

It looks like it might be a requirement for the Windows SDK.
I am using Windows 7 and don't want to mess with my .NET install.

I'm sorry but windows isn't supported at the moment.