python pip 安装 apns 0.2.1
python pip instal apns 0.2.1
我正在尝试使用 apns-client 0.2.1,但我只收到一条错误消息。
22:56:01 $ pip install apnsclient==0.2.1
Collecting apnsclient==0.2.1
Could not find a version that satisfies the requirement apnsclient==0.2.1 (from versions: 0.1)
No matching distribution found for apnsclient==0.2.1
如何安装0.2.1版本然后保存到requirements.txt?我需要这种方式,因为我的主机也使用这个文件。
包名为 apns-client
,请注意破折号。
pip install apns-client
我正在尝试使用 apns-client 0.2.1,但我只收到一条错误消息。
22:56:01 $ pip install apnsclient==0.2.1
Collecting apnsclient==0.2.1
Could not find a version that satisfies the requirement apnsclient==0.2.1 (from versions: 0.1)
No matching distribution found for apnsclient==0.2.1
如何安装0.2.1版本然后保存到requirements.txt?我需要这种方式,因为我的主机也使用这个文件。
包名为 apns-client
,请注意破折号。
pip install apns-client