Skip to content

no repository found in errors #1689

@happysmash27

Description

@happysmash27

Describe the bug
When installing QRL, it errors out with "No such file or directory" and "no repository found" errors:

 ~ % PATH="/opt/cmake-3.10.3/bin:$PATH" pip3 install --user qrl
Collecting qrl
  Using cached qrl-2.0.0.tar.gz (550 kB)
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python3.6 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-d9zixh3i/qrl/setup.py'"'"'; __file__='"'"'/tmp/pip-install-d9zixh3i/qrl/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-d9zixh3i/qrl/pip-egg-info
         cwd: /tmp/pip-install-d9zixh3i/qrl/
    Complete output (10 lines):
    running egg_info
    creating /tmp/pip-install-d9zixh3i/qrl/pip-egg-info/qrl.egg-info
    writing /tmp/pip-install-d9zixh3i/qrl/pip-egg-info/qrl.egg-info/PKG-INFO
    writing dependency_links to /tmp/pip-install-d9zixh3i/qrl/pip-egg-info/qrl.egg-info/dependency_links.txt
    writing entry points to /tmp/pip-install-d9zixh3i/qrl/pip-egg-info/qrl.egg-info/entry_points.txt
    writing requirements to /tmp/pip-install-d9zixh3i/qrl/pip-egg-info/qrl.egg-info/requires.txt
    writing top-level names to /tmp/pip-install-d9zixh3i/qrl/pip-egg-info/qrl.egg-info/top_level.txt
    writing manifest file '/tmp/pip-install-d9zixh3i/qrl/pip-egg-info/qrl.egg-info/SOURCES.txt'
    error: [Errno 2] No such file or directory: '': ''
    abort: no repository found in '/tmp/pip-install-d9zixh3i/qrl' (.hg not found)!
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

To Reproduce
Steps to reproduce the behavior:

  1. Install pyqryptonight using the method described in this bug report
  2. With this setup, run PATH="/opt/cmake-3.10.3/bin:$PATH" pip3 install --user qrl.

Expected behavior
QRL is updated and runs with no errors.

Desktop (please complete the following information):

  • OS: Gentoo Linux kernel 5.5.1
  • Version: 2.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions