This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年11月25日 11:30 by vstinner, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg204325 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2013年11月25日 11:30 | |
This issue looks like issue #19734, but I'm not sure, so I prefer to open a new issue. Don't hesitate to close it as a duplicate of it's the same. http://buildbot.python.org/all/builders/AMD64%20Windows%20Server%202008%20%5BSB%5D%203.x/builds/1752/steps/test/logs/stdio test_with_pip (test.test_venv.EnsurePipTest) ... FAIL ====================================================================== FAIL: test_with_pip (test.test_venv.EnsurePipTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "E:\home\cpython\buildslave\x643円.x.snakebite-win2k8r2sp1-amd64\build\lib\test\test_venv.py", line 314, in test_with_pip self.assertEqual(err, "") AssertionError: "C:\\Users\\BUILDS~1\\AppData\\Local\\Tem[138 chars]\r\n" != '' - C:\Users\BUILDS~1\AppData\Local\Temp\tmpa0ocjb9d\Scripts\python_d.exe: No module named 'pip._vendor.requests.adapters'; 'pip' is a package and cannot be directly executed |
|||
| msg204335 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2013年11月25日 12:40 | |
So, the last part of the error message is just runpy getting confused because attempting to import pip.__main__ threw ImportError (it should check the ImportError name (see issue 19771). I'm not sure about the first part though - I'm not sure why the pip wheel would lose track of a submodule like that. |
|||
| msg210991 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2014年02月11日 17:48 | |
I didn't see this error recently, can I close the issue? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:54 | admin | set | github: 63968 |
| 2014年02月18日 11:33:38 | vstinner | set | status: open -> closed resolution: fixed |
| 2014年02月11日 17:48:55 | vstinner | set | messages: + msg210991 |
| 2013年11月25日 12:40:10 | ncoghlan | set | priority: normal -> high versions: + Python 3.4 nosy: + larry, dstufft messages: + msg204335 |
| 2013年11月25日 11:30:05 | vstinner | create | |