python 安装库时遇到这个问题
DEPRECATION: torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.*; python_version >= "3.7". pip 23.3 will enforce this behaviour change. A possible replacement is to upgrade to a newer version of torchsde or contact the author to suggest that they release a version with a conforming dependency specifiers. Discussion can be found at https://github.com/pypa/pip/issues/12063
机器翻译您的异常信息
弃用:火炬手0.2.5有一个非标准的依赖关系说明符numpy>=1.19。*;蟒蛇_>=版本“3.7”。pip 23.3将强制执行这种行为的改变。一个可能的替代方法是升级到火炬机的新版本,或者联系作者,建议他们发布一个带有符合要求的依赖关系说明符的版本。讨论可以在https://github.com/pypa/pip/issues/12063%E4%B8%8A%E6%89%BE%E5%88%B0
pip 23.3 已经弃用>=版本说明符
torchsde 0.2.5 has a non-standard dependency specifier numpy>=1.19.*;
python_version >= "3.7".
【相关推荐】
为了让写好的代码方便给别人或者自己使用,最好的方法就是将自己的代码打包。python中代码打包很简单。