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

Unsuccessful install using pip #10

Open
HenBK opened this issue Sep 14, 2019 · 4 comments
Open

Unsuccessful install using pip #10

HenBK opened this issue Sep 14, 2019 · 4 comments

Comments

@HenBK
Copy link

HenBK commented Sep 14, 2019

When installing Mobilenium via pip, the mobidriver.py module doesn't get installed so I'm unable to get access to it, I still could install it by cloning the repository source code :)

@rafpyprog
Copy link
Owner

Hi @HenBK ,

Could you post the pip install output or screenshot ?

@HenBK
Copy link
Author

HenBK commented Sep 28, 2019

Hello there @rafpyprog

The installation process does finish well with pip telling me that the module was successfully installed but once I enter into the site-packages folder where all my modules get installed i get what is seen in the screenshot below.
Imgur

@deweydb
Copy link

deweydb commented Apr 24, 2020

I have the same problem:

Processing /Users/deweydb/Library/Caches/pip/wheels/e3/ca/30/50212de837f5bf248dcff910cf9a53bace8f714bffa86403bd/mobilenium-0.0.4-py3-none-any.whl
Requirement already satisfied: browsermob-proxy>=0.5.0 in /Users/deweydb/.virtualenvs/py3/lib/python3.5/site-packages (from mobilenium) (0.8.0)
Requirement already satisfied: selenium>=3.0.2 in /Users/deweydb/.virtualenvs/py3/lib/python3.5/site-packages (from mobilenium) (3.8.1)
Requirement already satisfied: requests>=2.9.1 in /Users/deweydb/.virtualenvs/py3/lib/python3.5/site-packages (from browsermob-proxy>=0.5.0->mobilenium) (2.23.0)
Requirement already satisfied: certifi>=2017.4.17 in /Users/deweydb/.virtualenvs/py3/lib/python3.5/site-packages (from requests>=2.9.1->browsermob-proxy>=0.5.0->mobilenium) (2019.11.28)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /Users/deweydb/.virtualenvs/py3/lib/python3.5/site-packages (from requests>=2.9.1->browsermob-proxy>=0.5.0->mobilenium) (1.22)
Requirement already satisfied: idna<3,>=2.5 in /Users/deweydb/.virtualenvs/py3/lib/python3.5/site-packages (from requests>=2.9.1->browsermob-proxy>=0.5.0->mobilenium) (2.6)
Requirement already satisfied: chardet<4,>=3.0.2 in /Users/deweydb/.virtualenvs/py3/lib/python3.5/site-packages (from requests>=2.9.1->browsermob-proxy>=0.5.0->mobilenium) (3.0.4)
Installing collected packages: mobilenium
Successfully installed mobilenium-0.0.4
(py3) $ ls -al /Users/deweydb/.virtualenvs/py3/lib/python3.5/site-packages/mobilenium
total 16
drwxr-xr-x    5 deweydb  staff   160B 24 Apr 16:14 ./
drwxr-xr-x  259 deweydb  staff   8.1K 24 Apr 16:14 ../
-rw-r--r--    1 deweydb  staff   782B 24 Apr 16:14 __init__.py
drwxr-xr-x    4 deweydb  staff   128B 24 Apr 16:14 __pycache__/
-rw-r--r--    1 deweydb  staff    23B 24 Apr 16:14 __version__.py```

@deweydb
Copy link

deweydb commented Apr 24, 2020

I managed to work around this with:
pip install -U git+https://github.com/rafpyprog/Mobilenium

And to the author: "sounds like the file they uploaded to pypi is busted then"

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