Skip to content
Charles
Go back

Python 常见问题

Updated:
Edit page

site-packages 不可写

报错 Defaulting to user installation because normal site-packages is not writeable 通过 target 指定目录,如:

pip install --target=C:\Users\z\pip\site-packages pytest-playwright

Edit page
Share this post:

Previous Post
Go Sprintf %%s%
Next Post
Playwright 体验