Closed souhaiebtar closed 6 years ago
Python 3 compatibility isn't working yet. See https://github.com/mechboxes/mech/pull/26
when i install using pip only (python 2.7),
it shows
pip install git+https://github.com/mechboxes/mech.git ✘
Collecting git+https://github.com/mechboxes/mech.git
Cloning https://github.com/mechboxes/mech.git to /private/var/folders/6j/_hcdjpvs65v5x01bjpmy28zw0000gn/T/pip-nY6a30-build
Requirement already satisfied: requests in ./Library/Python/2.7/lib/python/site-packages (from mech==0.6)
Collecting clint (from mech==0.6)
Could not find a version that satisfies the requirement clint (from mech==0.6) (from versions: )
No matching distribution found for clint (from mech==0.6)
The command you posted works for me.
Try just installing from pypi.
thanks, the reason why it was not working, is that i was using the system python (on osx)
after i installed mech using pip, when i type
python error shows, that it cannot import 'Mech'
Sys: osx sierra error that shows