Skip to content

Stuck on stdout.readline #36

@fgsalomon

Description

@fgsalomon

On a lume project with:

install:
  run:
    linux:
      - sudo apt install swig

when executing lume -install after requesting the sudo password the process gets stuck.
After aborting the trace is:

...
 File "/miniconda3/envs/test/lib/python3.6/site-packages/lume/src/application/use_cases/lume_use_case.py", line 220, in run_commands
    self.executor_service.execute(command, cwd).handle(
  File "/miniconda3/envs/test/lib/python3.6/site-packages/lume/src/infrastructure/services/executor/popen_executor_service.py", line 24,
in execute
    output = process.stdout.readline()

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinglinux

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions