Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pmrlanms installation fails for Python version >3.6 #200

Open
augsaksham opened this issue May 10, 2022 · 2 comments
Open

Pmrlanms installation fails for Python version >3.6 #200

augsaksham opened this issue May 10, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@augsaksham
Copy link

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]
@augsaksham augsaksham added the bug Something isn't working label May 10, 2022
@PulkitMishra
Copy link
Collaborator

PulkitMishra commented Aug 9, 2022

@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

@augsaksham
Copy link
Author

Its supporting python 3.8 and on ubuntu 18.04 and 20.04 the support with python 3.7 is problamatic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants