Bug 1638088 - FileNotFoundError: [Errno 2] No such file or directory: 'py3-virtualenv': 'py3-virtualenv'
Summary: FileNotFoundError: [Errno 2] No such file or directory: 'py3-virtualenv': 'py...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: pipsi
Version: 29
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-10-10 15:55 UTC by Nils Philippsen
Modified: 2018-10-30 17:26 UTC (History)
2 users (show)

Fixed In Version: pipsi-0.9-10.fc29
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-30 17:26:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Nils Philippsen 2018-10-10 15:55:52 UTC
Description of problem:
SSIA, I assume "py3-virtualenv" is just "virtualenv" meanwhile, this needs to be adjusted in Fedora 29+.

Version-Release number of selected component (if applicable):
pipsi-0.9-9.fc29.noarch

How reproducible:
reproducible

Steps to Reproduce:
1. pipsi install pew

Actual results:
nils@gibraltar:~> pipsi install pew
Traceback (most recent call last):
  File "/usr/bin/pipsi", line 11, in <module>
    load_entry_point('pipsi==0.9', 'console_scripts', 'pipsi')()
  File "/usr/lib/python3.7/site-packages/click/core.py", line 721, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/click/core.py", line 696, in main
    rv = self.invoke(ctx)
  File "/usr/lib/python3.7/site-packages/click/core.py", line 1065, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/lib/python3.7/site-packages/click/core.py", line 894, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/lib/python3.7/site-packages/click/core.py", line 534, in invoke
    return callback(*args, **kwargs)
  File "/usr/lib/python3.7/site-packages/click/decorators.py", line 27, in new_func
    return f(get_current_context().obj, *args, **kwargs)
  File "/usr/lib/python3.7/site-packages/pipsi.py", line 366, in install
    if repo.install(package, python, editable):
  File "/usr/lib/python3.7/site-packages/pipsi.py", line 236, in install
    if Popen(args).wait() != 0:
  File "/usr/lib64/python3.7/subprocess.py", line 756, in __init__
    restore_signals, start_new_session)
  File "/usr/lib64/python3.7/subprocess.py", line 1499, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'py3-virtualenv': 'py3-virtualenv'
nils@gibraltar:~>

Expected results:
Installs pew.


Additional info:

Comment 2 Fedora Update System 2018-10-12 10:55:13 UTC
pipsi-0.9-10.fc29 has been submitted as an update to Fedora 29. https://bodhi.fedoraproject.org/updates/FEDORA-2018-9cf8aecfe7

Comment 3 Fedora Update System 2018-10-12 18:26:17 UTC
pipsi-0.9-10.fc29 has been pushed to the Fedora 29 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-9cf8aecfe7

Comment 4 Fedora Update System 2018-10-30 17:26:15 UTC
pipsi-0.9-10.fc29 has been pushed to the Fedora 29 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.