Feb-18-2020, 01:06 PM
Im sorry if this is in the wrong place, please delete if it is:
Whenever i try to "pip install pyahk" it gives this error:
ERROR: Command errored out with exit status 1:
command: 'c:\users\User\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\User\\AppData\\Local\\Temp\\pip-install-tt33d3er\\pyahk\\setup.py'"'"'; __file__='"'"'C:\\Users\\ User\\AppData\\Local\\Temp\\pip-install-tt33d3er\\pyahk\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\User\AppData\Local\Temp\pip-install-tt33d3er\pyahk\pip-egg-info'
cwd: C:\Users\User\AppData\Local\Temp\pip-install-tt33d3er\pyahk\
Complete output (7 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\User\AppData\Local\Temp\pip-install-tt33d3er\pyahk\setup.py", line 3, in <module>
import ahk
File "C:\Users\User\AppData\Local\Temp\pip-install-tt33d3er\pyahk\ahk\__init__.py", line 7, in <module>
from script import Function, Script
ModuleNotFoundError: No module named 'script'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
There is no info online, any ideas?
Whenever i try to "pip install pyahk" it gives this error:
ERROR: Command errored out with exit status 1:
command: 'c:\users\User\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\User\\AppData\\Local\\Temp\\pip-install-tt33d3er\\pyahk\\setup.py'"'"'; __file__='"'"'C:\\Users\\ User\\AppData\\Local\\Temp\\pip-install-tt33d3er\\pyahk\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\User\AppData\Local\Temp\pip-install-tt33d3er\pyahk\pip-egg-info'
cwd: C:\Users\User\AppData\Local\Temp\pip-install-tt33d3er\pyahk\
Complete output (7 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\User\AppData\Local\Temp\pip-install-tt33d3er\pyahk\setup.py", line 3, in <module>
import ahk
File "C:\Users\User\AppData\Local\Temp\pip-install-tt33d3er\pyahk\ahk\__init__.py", line 7, in <module>
from script import Function, Script
ModuleNotFoundError: No module named 'script'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
There is no info online, any ideas?