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

install fails after installing dependencies #10

Closed
1 task
tescophil opened this issue Nov 28, 2020 · 2 comments
Closed
1 task

install fails after installing dependencies #10

tescophil opened this issue Nov 28, 2020 · 2 comments

Comments

@tescophil
Copy link

Good Habit Checklist for Issue Reporting

Checkout Mastering Markdown · GitHub Guides if you needs help on the GitHub-flavored Markdown syntax. You may remove sections and contents that don't apply.

  • [x ] I've searched the issue tracker and is pretty sure that there's no duplicate issue already filed
  • I've built the latest development snapshot using the instructions in README and verified that the issue can still be reproduced (for bug reports)

Issue Reproduce Instructions

Installed dependencies, then attempted the second install step which failed

phil@Desktop-PC:~$ sudo pip3 install WoeUSB-ng
Collecting WoeUSB-ng
  Downloading https://files.pythonhosted.org/packages/a4/7d/2872b53d9d713f0a3eb5952ad3df8e2bf23184baa2e00fe803830852e884/WoeUSB-ng-0.2.5.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/usr/lib/python3.7/tokenize.py", line 447, in open
        buffer = _builtin_open(filename, 'rb')
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-1len5mx7/WoeUSB-ng/setup.py
----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-1len5mx7/WoeUSB-ng/
phil@Desktop-PC:~$ `

Expected Behavior

Install succeeds

Current Behavior

Install Fails

Info of My Environment

WoeUSB Version

N/A

WoeUSB Source

Followed the readme

Information about the Operating System

Debian 10

Information about the Source Media

N/A

Information about the Target Device

N/A

@WaxyMocha WaxyMocha changed the title install fails after installing dependancies install fails after installing dependencies Nov 28, 2020
@WaxyMocha
Copy link
Member

Oh no, why it is trying to download yanked release from pypi

@WaxyMocha
Copy link
Member

Please continue in #11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants