CCExtractor / CCExtractor/Rekognition
Pmrlanms installation fails for Python version >3.6
- Lenguaje dominante
- Python
- Estrellas
- 120
- Forks
- 56
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
**Bug Description**
The installation of library Pmrlanms fails for python version > 3.6
**To Reproduce**
Steps to reproduce the behavior:
1. In setup.sh change python version to 3.7
2. Build the project as per developer guide
**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):**
- OS: [Ubuntu 18.04]
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.