🟢NotImplementedError: cannot instantiate 'PosixPath' on your system
问题描述
NotImplementedError: cannot instantiate 'PosixPath' on your system解决办法
另一解决办法
import pathlib
temp = pathlib.PosixPath
pathlib.PosixPath = pathlib.WindowsPath注意
NotImplementedError: cannot instantiate 'WindowsPath' on your system解决办法
import pathlib
pathlib.WindowsPath = pathlib.PosixPathPreviousurllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed`Nextfiddler脚本命令
Last updated