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

Installation issue #106

Closed
fabaff opened this issue Mar 18, 2020 · 6 comments
Closed

Installation issue #106

fabaff opened this issue Mar 18, 2020 · 6 comments

Comments

@fabaff
Copy link

fabaff commented Mar 18, 2020

The tool is not usable after an installation from PyPI with pip. In a venv:

$ pip3 install adb-enhanced
Collecting adb-enhanced
  Downloading https://files.pythonhosted.org/packages/d1/f2/1a107465266ace455d0b04fecfd108d352a205abad30641c66f041b41645/adb_enhanced-2.5.2-py3-none-any.whl
Collecting future (from adb-enhanced)
[...]
  Stored in directory: /home/test/.cache/pip/wheels/d7/69/b4/3200b95828d1f0ddb3cb5699083717f4fdbd9b4223d0644c57
Successfully built psutil
Installing collected packages: future, docopt, asyncio, psutil, adb-enhanced
Successfully installed adb-enhanced-2.5.2 asyncio-3.4.3 docopt-0.6.2 future-0.18.2 psutil-5.7.0
WARNING: You are using pip version 19.1.1, however version 20.0.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
$ adbe doze on
Traceback (most recent call last):
  File "/home/test/Documents/repos/adbe/bin/adbe", line 6, in <module>
    from adbe.main import main
ModuleNotFoundError: No module named 'adbe'
@ivanmorgillo-onefootball

I'm having some problem as well.
I'm running OSX Catalina (10.15.1 (19B88))

➜  ✗ sudo pip3 install adb-enhanced
Collecting adb-enhanced
  Using cached adb_enhanced-2.5.2-py3-none-any.whl (9.2 kB)
Requirement already satisfied: asyncio in /usr/local/lib/python3.7/site-packages (from adb-enhanced) (3.4.3)
Requirement already satisfied: psutil in /usr/local/lib/python3.7/site-packages (from adb-enhanced) (5.6.7)
Requirement already satisfied: docopt in /usr/local/lib/python3.7/site-packages (from adb-enhanced) (0.6.2)
Requirement already satisfied: future in /usr/local/lib/python3.7/site-packages (from adb-enhanced) (0.18.2)
Installing collected packages: adb-enhanced
Successfully installed adb-enhanced-2.5.2
➜  ✗ adbe
Traceback (most recent call last):
  File "/usr/local/bin//adbe", line 5, in <module>
    from adbe.main import main
ModuleNotFoundError: No module named 'adbe'
➜  ✗

@ashishb
Copy link
Owner

ashishb commented Mar 31, 2020

@ivanmorgillo-onefootball I am on Mac OS 10.15.4 and failing to reproduce this via sudo pip3 uninstall adb-enhanced && sudo pip3 install adb-enhanced

@fabaff Thanks, I can reproduce this problem. 2.4.0 is the last working version. You can use pip3 install adb-enhanced==2.4.0 which I diagnose and fix this issue.

@ashishb
Copy link
Owner

ashishb commented Mar 31, 2020

Alright guys, I did some major code cleanup and fixed the problem(though not fully sure how :( )
Please try out 2.5.4
I tried it inside a virtual machine as well as venv to verify the installation works - https://pypi.org/project/adb-enhanced/2.5.4/#files

@fabaff
Copy link
Author

fabaff commented Mar 31, 2020

Thanks for the update.

@ashishb
Copy link
Owner

ashishb commented Mar 31, 2020

@fabaff Can you confirm that its working, so that, I can close this issue?

@ashishb
Copy link
Owner

ashishb commented Apr 4, 2020

Closing the issue for now. Please re-open if there are installation problems.

@ashishb ashishb closed this as completed Apr 4, 2020
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

3 participants