andrewpetrochenkov / osascript.py

:apple: :snake: osascript (AppleScript) python implementation
The Unlicense
36 stars 3 forks source link

Cannot find subopen module #2

Closed chbndrhnns closed 5 years ago

chbndrhnns commented 5 years ago

When running pip install osascript, I receive the following error

 ✘  ~/test  pip install osascript
Requirement already satisfied: osascript in /usr/local/lib/python2.7/site-packages (1.0.2)
Collecting temp (from osascript)
  Using cached https://files.pythonhosted.org/packages/fd/a3/b6f33ad067107043bd4cf9532fd9c8ee27792aba74dfcd2c5b547446f280/temp-1.0.2.tar.gz
Requirement already satisfied: rm in /usr/local/lib/python2.7/site-packages (from osascript) (1.0.2)
Requirement already satisfied: public in /usr/local/lib/python2.7/site-packages (from osascript) (1.0.3)
Requirement already satisfied: write in /usr/local/lib/python2.7/site-packages (from osascript) (1.0.2)
Requirement already satisfied: only in /usr/local/lib/python2.7/site-packages (from osascript) (1.0.2)
Requirement already satisfied: setuptools in /usr/local/lib/python2.7/site-packages (from osascript) (39.2.0)
Collecting subopen (from osascript)
  Could not find a version that satisfies the requirement subopen (from osascript) (from versions: )
No matching distribution found for subopen (from osascript)

I am not sure where the dependency to subopen is declared. At least, there is no such package available on pypi.

andrewpetrochenkov commented 5 years ago

pip install -U osascript