安装Instapy时出错(我使用Windows 10)

时间:2019-11-30 15:52:46

标签: python windows

希望您能帮助我。 我已经从https://github.com/timgrossmann/InstaPy.git下载了所有内容 我已经提取了所有文件夹“ instapy-quickstart-master” 然后我运行批处理文件instapy-quickstart-master \ run \ windows_start.bat

我遇到以下错误,有人可以帮忙吗?

Administrative permissions confirmed
Python 3.8.0
python installed
pip 19.2.3 from c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages\pip (python 3.8)
pip installed
directory found.. checking for chrome
chrome installed
Collecting instapy
  Using cached https://files.pythonhosted.org/packages/fc/9f/eeb5adeefbc7dc687a55f5b2660007c842dec76e5e9dcd2c1460bf412b24/instapy-0.6.6-py2.py3-none-any.whl
Requirement already satisfied: emoji>=0.5.1 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (0.5.4)
Requirement already satisfied: protobuf>=3.6.1 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (3.11.0)
Requirement already satisfied: certifi>=2018.10.15 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (2019.11.28)
Requirement already satisfied: chardet>=3.0.4 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (3.0.4)
Collecting grpcio>=1.16.1 (from instapy)
  Using cached https://files.pythonhosted.org/packages/e4/60/40c4d2b61d9e4349bc89445deb8d04cc000b10a63446c42d311e0d21d127/grpcio-1.25.0.tar.gz
Requirement already satisfied: selenium>=3.141.0 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (3.141.0)
Requirement already satisfied: six>=1.11.0 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (1.13.0)
Requirement already satisfied: jsonschema<3,>=2.6.0 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (2.6.0)
Requirement already satisfied: PyYAML>=3.13 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (5.1.2)
Requirement already satisfied: EasyProcess>=0.2.3 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (0.2.7)
Requirement already satisfied: webdriverdownloader in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (1.0.0.1)
Requirement already satisfied: plyer>=1.3.1 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (1.4.2)
Collecting clarifai>=2.4.1 (from instapy)
  Using cached https://files.pythonhosted.org/packages/7a/1b/b7718c29f54ba7545551724461a8c2891304b7e68e5f415c30b49499f5e1/clarifai-2.6.2.tar.gz
Requirement already satisfied: requests>=2.20.1 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (2.22.0)
Requirement already satisfied: urllib3>=1.24.1 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (1.25.7)
Requirement already satisfied: python-telegram-bot>=12.0.0 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (12.2.0)
Requirement already satisfied: configparser>=3.5.0 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (4.0.2)
Requirement already satisfied: MeaningCloud-python>=1.1.1 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (1.2.0)
Requirement already satisfied: future>=0.17.1 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (0.18.2)
Requirement already satisfied: regex>=2018.11.22 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (2019.11.1)
Requirement already satisfied: idna>=2.7 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from instapy) (2.8)
Requirement already satisfied: setuptools in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from protobuf>=3.6.1->instapy) (41.2.0)
Requirement already satisfied: beautifulsoup4 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from webdriverdownloader->instapy) (4.8.1)
Requirement already satisfied: tqdm in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from webdriverdownloader->instapy) (4.39.0)
Collecting googleapis-common-protos<2,>=1.5.0 (from clarifai>=2.4.1->instapy)
  Using cached https://files.pythonhosted.org/packages/eb/ee/e59e74ecac678a14d6abefb9054f0bbcb318a6452a30df3776f133886d7d/googleapis-common-protos-1.6.0.tar.gz
Requirement already satisfied: tornado>=5.1 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from python-telegram-bot>=12.0.0->instapy) (6.0.3)
Requirement already satisfied: cryptography in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from python-telegram-bot>=12.0.0->instapy) (2.8)
Requirement already satisfied: soupsieve>=1.2 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from beautifulsoup4->webdriverdownloader->instapy) (1.9.5)
Requirement already satisfied: cffi!=1.11.3,>=1.8 in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from cryptography->python-telegram-bot>=12.0.0->instapy) (1.13.2)
Requirement already satisfied: pycparser in c:\users\maneat\appdata\local\programs\python\python38-32\lib\site-packages (from cffi!=1.11.3,>=1.8->cryptography->python-telegram-bot>=12.0.0->instapy) (2.19)
ERROR: clarifai 2.6.2 has requirement configparser<4,>=3.5, but you'll have configparser 4.0.2 which is incompatible.
Installing collected packages: grpcio, googleapis-common-protos, clarifai, instapy
  Running setup.py install for grpcio ... error
    ERROR: Command errored out with exit status 1:
     command: 'c:\users\maneat\appdata\local\programs\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Maneat\\AppData\\Local\\Temp\\pip-install-id3hywbt\\grpcio\\setup.py'"'"'; __file__='"'"'C:\\Users\\Maneat\\AppData\\Local\\Temp\\pip-install-id3hywbt\\grpcio\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Maneat\AppData\Local\Temp\pip-record-tskbekqe\install-record.txt' --single-version-externally-managed --compile
         cwd: C:\Users\Maneat\AppData\Local\Temp\pip-install-id3hywbt\grpcio\
    Complete output (66 lines):
    Found cython-generated files...
    running install
    running build
    running build_py
    running build_project_metadata
    creating python_build
    creating python_build\lib.win32-3.8
    creating python_build\lib.win32-3.8\grpc
    copying src\python\grpcio\grpc\_auth.py -> python_build\lib.win32-3.8\grpc
    copying src\python\grpcio\grpc\_channel.py -> python_build\lib.win32-3.8\grpc
    copying src\python\grpcio\grpc\_common.py -> python_build\lib.win32-3.8\grpc
    copying src\python\grpcio\grpc\_compression.py -> python_build\lib.win32-3.8\grpc
    copying src\python\grpcio\grpc\_grpcio_metadata.py -> python_build\lib.win32-3.8\grpc
    copying src\python\grpcio\grpc\_interceptor.py -> python_build\lib.win32-3.8\grpc
    copying src\python\grpcio\grpc\_plugin_wrapping.py -> python_build\lib.win32-3.8\grpc
    copying src\python\grpcio\grpc\_server.py -> python_build\lib.win32-3.8\grpc
    copying src\python\grpcio\grpc\_utilities.py -> python_build\lib.win32-3.8\grpc
    copying src\python\grpcio\grpc\__init__.py -> python_build\lib.win32-3.8\grpc
    creating python_build\lib.win32-3.8\grpc\beta
    copying src\python\grpcio\grpc\beta\implementations.py -> python_build\lib.win32-3.8\grpc\beta
    copying src\python\grpcio\grpc\beta\interfaces.py -> python_build\lib.win32-3.8\grpc\beta
    copying src\python\grpcio\grpc\beta\utilities.py -> python_build\lib.win32-3.8\grpc\beta
    copying src\python\grpcio\grpc\beta\_client_adaptations.py -> python_build\lib.win32-3.8\grpc\beta
    copying src\python\grpcio\grpc\beta\_metadata.py -> python_build\lib.win32-3.8\grpc\beta
    copying src\python\grpcio\grpc\beta\_server_adaptations.py -> python_build\lib.win32-3.8\grpc\beta
    copying src\python\grpcio\grpc\beta\__init__.py -> python_build\lib.win32-3.8\grpc\beta
    creating python_build\lib.win32-3.8\grpc\experimental
    copying src\python\grpcio\grpc\experimental\gevent.py -> python_build\lib.win32-3.8\grpc\experimental
    copying src\python\grpcio\grpc\experimental\session_cache.py -> python_build\lib.win32-3.8\grpc\experimental
    copying src\python\grpcio\grpc\experimental\__init__.py -> python_build\lib.win32-3.8\grpc\experimental
    creating python_build\lib.win32-3.8\grpc\framework
    copying src\python\grpcio\grpc\framework\__init__.py -> python_build\lib.win32-3.8\grpc\framework
    creating python_build\lib.win32-3.8\grpc\_cython
    copying src\python\grpcio\grpc\_cython\__init__.py -> python_build\lib.win32-3.8\grpc\_cython
    creating python_build\lib.win32-3.8\grpc\experimental\aio
    copying src\python\grpcio\grpc\experimental\aio\_channel.py -> python_build\lib.win32-3.8\grpc\experimental\aio
    copying src\python\grpcio\grpc\experimental\aio\_server.py -> python_build\lib.win32-3.8\grpc\experimental\aio
    copying src\python\grpcio\grpc\experimental\aio\__init__.py -> python_build\lib.win32-3.8\grpc\experimental\aio
    creating python_build\lib.win32-3.8\grpc\framework\common
    copying src\python\grpcio\grpc\framework\common\cardinality.py -> python_build\lib.win32-3.8\grpc\framework\common
    copying src\python\grpcio\grpc\framework\common\style.py -> python_build\lib.win32-3.8\grpc\framework\common
    copying src\python\grpcio\grpc\framework\common\__init__.py -> python_build\lib.win32-3.8\grpc\framework\common
    creating python_build\lib.win32-3.8\grpc\framework\foundation
    copying src\python\grpcio\grpc\framework\foundation\abandonment.py -> python_build\lib.win32-3.8\grpc\framework\foundation
    copying src\python\grpcio\grpc\framework\foundation\callable_util.py -> python_build\lib.win32-3.8\grpc\framework\foundation
    copying src\python\grpcio\grpc\framework\foundation\future.py -> python_build\lib.win32-3.8\grpc\framework\foundation
    copying src\python\grpcio\grpc\framework\foundation\logging_pool.py -> python_build\lib.win32-3.8\grpc\framework\foundation
    copying src\python\grpcio\grpc\framework\foundation\stream.py -> python_build\lib.win32-3.8\grpc\framework\foundation
    copying src\python\grpcio\grpc\framework\foundation\stream_util.py -> python_build\lib.win32-3.8\grpc\framework\foundation
    copying src\python\grpcio\grpc\framework\foundation\__init__.py -> python_build\lib.win32-3.8\grpc\framework\foundation
    creating python_build\lib.win32-3.8\grpc\framework\interfaces
    copying src\python\grpcio\grpc\framework\interfaces\__init__.py -> python_build\lib.win32-3.8\grpc\framework\interfaces
    creating python_build\lib.win32-3.8\grpc\framework\interfaces\base
    copying src\python\grpcio\grpc\framework\interfaces\base\base.py -> python_build\lib.win32-3.8\grpc\framework\interfaces\base
    copying src\python\grpcio\grpc\framework\interfaces\base\utilities.py -> python_build\lib.win32-3.8\grpc\framework\interfaces\base
    copying src\python\grpcio\grpc\framework\interfaces\base\__init__.py -> python_build\lib.win32-3.8\grpc\framework\interfaces\base
    creating python_build\lib.win32-3.8\grpc\framework\interfaces\face
    copying src\python\grpcio\grpc\framework\interfaces\face\face.py -> python_build\lib.win32-3.8\grpc\framework\interfaces\face
    copying src\python\grpcio\grpc\framework\interfaces\face\utilities.py -> python_build\lib.win32-3.8\grpc\framework\interfaces\face
    copying src\python\grpcio\grpc\framework\interfaces\face\__init__.py -> python_build\lib.win32-3.8\grpc\framework\interfaces\face
    creating python_build\lib.win32-3.8\grpc\_cython\_cygrpc
    copying src\python\grpcio\grpc\_cython\_cygrpc\__init__.py -> python_build\lib.win32-3.8\grpc\_cython\_cygrpc
    creating python_build\lib.win32-3.8\grpc\_cython\_credentials
    copying src\python\grpcio\grpc\_cython\_credentials\roots.pem -> python_build\lib.win32-3.8\grpc\_cython\_credentials
    running build_ext
    error: [WinError 2] Impossibile trovare il file specificato
    ----------------------------------------

0 个答案:

没有答案