Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/357.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法在python中下载Random_Python - Fatal编程技术网

无法在python中下载Random

无法在python中下载Random,python,Python,我想用python下载random,我输入了pip3 install random,结果显示 c:/Users/pankajshukla>pip3 install random Could Not Find A that satisfies the requirement random No matching distribution found called random 我还尝试了pip随机安装和同样的东西(我使用32位的python 3)您不需要下载它。它是标准库的一部分,应该已经

我想用python下载random,我输入了pip3 install random,结果显示

c:/Users/pankajshukla>pip3 install random
Could Not Find A that satisfies the requirement random
No matching distribution found called random

我还尝试了pip随机安装和同样的东西(我使用32位的python 3)

您不需要下载它。它是标准库的一部分,应该已经安装


您可以继续在程序中使用它

随机库随股票python包提供,因此无需下载任何内容。你试过导入随机的吗?这能回答你的问题吗?