CCExtractor / CCExtractor/Rekognition

Pmrlanms installation fails for Python version >3.6

Open
#200 3 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Python
Stars
120
Forks
56
PR merge metrics
No merged PRs in 30d

Description

**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]

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.