焦健鬼 发表于 2020-5-14 18:54:32

各位大佬好,有木有pyboy的pip包

各位大佬好,有木有pyboy的pip包,求助

老八秘制 发表于 2020-5-14 18:59:22

cmd输入:pip install pyboy

焦健鬼 发表于 2020-5-14 19:00:14

老八秘制 发表于 2020-5-14 18:59
cmd输入:pip install pyboy

我输了,报错

悠悠2264 发表于 2020-5-14 19:00:47

本帖最后由 悠悠2264 于 2020-5-14 19:03 编辑

https://pypi.tuna.tsinghua.edu.cn/simple/pyboy/
(cp38表示python3.8版本,win_amd64表示64位)

老八秘制 发表于 2020-5-14 19:03:34

焦健鬼 发表于 2020-5-14 19:00
我输了,报错

什么报错

焦健鬼 发表于 2020-5-14 19:09:01

老八秘制 发表于 2020-5-14 19:03
什么报错

Traceback (most recent call last):

老八秘制 发表于 2020-5-14 19:09:42

焦健鬼 发表于 2020-5-14 19:09
Traceback (most recent call last):

具体点

焦健鬼 发表于 2020-5-14 19:10:51

老八秘制 发表于 2020-5-14 19:09
具体点

File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 425, in _error_catcher
    yield
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 507, in read
    data = self._fp.read(amt) if not fp_closed else b""
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 62, in read
    data = self.__fp.read(amt)
File "c:\jeff_work\python_install\lib\http\client.py", line 454, in read
    n = self.readinto(b)
File "c:\jeff_work\python_install\lib\http\client.py", line 498, in readinto
    n = self.fp.readinto(b)
File "c:\jeff_work\python_install\lib\socket.py", line 669, in readinto
    return self._sock.recv_into(b)
File "c:\jeff_work\python_install\lib\ssl.py", line 1241, in recv_into
    return self.read(nbytes, buffer)
File "c:\jeff_work\python_install\lib\ssl.py", line 1099, in read
    return self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\base_command.py", line 188, in _main
    status = self.run(options, args)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\req_command.py", line 185, in wrapper
    return func(self, options, args)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\commands\install.py", line 332, in run
    requirement_set = resolver.resolve(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 179, in resolve
    discovered_reqs.extend(self._resolve_one(requirement_set, req))
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 362, in _resolve_one
    abstract_dist = self._get_abstract_dist_for(req_to_install)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\resolution\legacy\resolver.py", line 314, in _get_abstract_dist_for
    abstract_dist = self.preparer.prepare_linked_requirement(req)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 410, in prepare_linked_requirement
    local_file = unpack_url(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 194, in unpack_url
    file = get_http_url(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 123, in get_http_url
    from_path, content_type = _download_http_url(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\operations\prepare.py", line 220, in _download_http_url
    for chunk in download.chunks:
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\cli\progress_bars.py", line 166, in iter
    for x in it:
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_internal\network\utils.py", line 15, in response_chunks
    for chunk in response.raw.stream(
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 564, in stream
    data = self.read(amt=amt, decode_content=decode_content)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 529, in read
    raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File "c:\jeff_work\python_install\lib\contextlib.py", line 131, in __exit__
    self.gen.throw(type, value, traceback)
File "C:\Users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor\urllib3\response.py", line 430, in _error_catcher
    raise ReadTimeoutError(self._pool, None, "Read timed out.")
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.

焦健鬼 发表于 2020-5-14 19:11:26

老八秘制 发表于 2020-5-14 19:09
具体点

够具体了

老八秘制 发表于 2020-5-14 19:11:52

焦健鬼 发表于 2020-5-14 19:10
File "C:%users\hp580-3djj\AppData\Roaming\Python\Python38\site-packages\pip\_vendor%urllib3\respon ...

链接超时了,换个源

焦健鬼 发表于 2020-5-14 19:12:26

老八秘制 发表于 2020-5-14 19:11
链接超时了,换个源

什么意思

老八秘制 发表于 2020-5-14 19:13:25

焦健鬼 发表于 2020-5-14 19:12
什么意思

pip install pyboy -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
基本所有的都可成功

Twilight6 发表于 2020-5-14 19:13:35

python -m pip install pyboy -i https://pypi.tuna.tsinghua.edu.cn/simple
试试

焦健鬼 发表于 2020-5-14 19:13:55

悠悠2264 发表于 2020-5-14 19:00
https://pypi.tuna.tsinghua.edu.cn/simple/pyboy/
(cp38表示python3.8版本,win_amd64表示64位)

好的,谢谢{:10_302:}

焦健鬼 发表于 2020-5-14 19:14:59

老八秘制 发表于 2020-5-14 19:13
基本所有的都可成功

好的,我试试

焦健鬼 发表于 2020-5-14 19:15:36

Twilight6 发表于 2020-5-14 19:13
试试

谢谢,我试试

焦健鬼 发表于 2020-5-14 19:17:29

Twilight6 发表于 2020-5-14 19:13
试试

额,又报错了

焦健鬼 发表于 2020-5-14 19:21:23

老八秘制 发表于 2020-5-14 19:13
基本所有的都可成功

额,还是报错

焦健鬼 发表于 2020-5-14 19:21:54

老八秘制 发表于 2020-5-14 19:13
基本所有的都可成功

还是报错

焦健鬼 发表于 2020-5-14 19:25:35

老八秘制 发表于 2020-5-14 19:13
基本所有的都可成功

报错
页: [1] 2
查看完整版本: 各位大佬好,有木有pyboy的pip包