解决方案:在jupyter notebook环境下安装不了numpy

文章目录


一、现象

平台:autodl

镜像:PyTorch 2.0.0 Python 3.8(ubuntu20.04) Cuda 11.8

GPU:RTX 4090(24GB) * 1

CPU:12 vCPU Intel® Xeon® Platinum 8352V CPU @ 2.10GHz

内存:90GB

安装numpy环境,发现执行下面的命令行都不行

python 复制代码
# pip install numpy==1.9.0 -i https://pypi.tuna.tsinghua.edu.cn/simple/
# ! pip install numpy==1.9.0 -i http://pypi.douban.com/simple/
! pip install numpy==1.9.0 -i http://mirrors.aliyun.com/pypi/simple/

二、解决方案

得执行以下这行命令才可以

python 复制代码
conda install numpy
相关推荐
两千连弹16 小时前
机器学习 ---朴素贝叶斯
人工智能·机器学习·numpy·概率论·sklearn
XYX的Blog2 天前
Numpy基础01(Jupyter基本用法/Ndarray创建与基本操作)
jupyter·numpy
skywalk81632 天前
Windows下建立Jupyter-lab 编程环境
ide·windows·python·jupyter
golitter.2 天前
使用numpy求解线性代数相关问题
线性代数·numpy
佛曰我不想说话3 天前
在VSCode中使用Jupyter Notebook
ide·vscode·jupyter
小豆豆儿3 天前
【PyCharm】连接Jupyter Notebook
ide·jupyter·pycharm
小红帽子Alkaid4 天前
使用jupyter notebook没有正常打开浏览器的几种情况解决
ide·python·jupyter
预测模型的开发与应用研究4 天前
AI编程工具横向评测--Cloudstudio塑造完全态的jupyter notebook助力数据分析应用开发
人工智能·jupyter·数据分析
好想写博客5 天前
[深度学习]神经网络线性回归简易实例
pytorch·python·深度学习·神经网络·线性回归·numpy·matplotlib
qq_189370495 天前
Jupyter notebook中运行dos指令运行方法
jupyter·dos