我正在尝试在VENV的Raspberry Pi 3b上安装Pandas。但是,每次我这样做时,下载点挂起后:
(venv) rene@raspberrypi:~/traq $ pip --no-cache-dir install pandas
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pandas
Downloading https://files.pythonhosted.org/packages/e9/ad/5e92ba493eff96055a23b0a1323a9a803af71ec859ae3243ced86fcbd0a4/pandas-0.23.4.tar.gz (10.5MB)
100% |████████████████████████████████| 10.5MB 5.3MB/s
在我尝试安装Dash之前,它没有问题。有什么想法吗?