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
@augsaksham what's the status on this one?
Is it still broken? If yes then do we need it?
If we do need it and its still broken can you check if its broken across all distros and python versions that we are supporting or just ubuntu 18.04 and python 3.6
Bug Description
The installation of library Pmrlanms fails for python version > 3.6
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The project should build successfully.
Current Behaviour
ERROR: Command errored out with exit status 1:
command: 'C:\Users\acer\anaconda3\python.exe' -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\acer\AppData\Local\Temp\pip-install-gcn862tl\pmrlanms_1ff00ec9960f46518ad3b64785cd9624\setup.py'"'"'; file='"'"'C:\Users\acer\AppData\Local\Temp\pip-install-gcn862tl\pmrlanms_1ff00ec9960f46518ad3b64785cd9624\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\acer\AppData\Local\Temp\pip-pip-egg-info-_n81tab8'
cwd: C:\Users\acer\AppData\Local\Temp\pip-install-gcn862tl\pmrlanms_1ff00ec9960f46518ad3b64785cd9624
Complete output (11 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\acer\AppData\Local\Temp\pip-install-gcn862tl\pmrlanms_1ff00ec9960f46518ad3b64785cd9624\setup.py", line 27, in
if subprocess.call(['make', '--always-make','-C', BASE_DIR]) != 0:
File "C:\Users\acer\anaconda3\lib\subprocess.py", line 349, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\acer\anaconda3\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\acer\anaconda3\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: