解决方案:在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
相关推荐
laplace012318 小时前
LangChain 1.0 入门实战(Part 1)详细笔记
笔记·python·langchain·numpy·pandas
liu****1 天前
04_Pandas数据分析入门
python·jupyter·数据挖掘·数据分析·numpy·pandas·python常用工具
玄同7652 天前
Python 装饰器:LLM API 的安全与可观测性增强
开发语言·人工智能·python·安全·自然语言处理·numpy·装饰器
larance2 天前
jupyter 服务端扩展开发
ide·python·jupyter
adjust25862 天前
day 46
人工智能·机器学习·numpy
渡我白衣2 天前
计算机组成原理(11):加法器
python·机器学习·numpy·pandas·matplotlib·计组·数电
liu****3 天前
01_NumPy讲义
开发语言·python·numpy·python高级语法
手抄二进制3 天前
使用Anaconda创建python环境并链接到Jupyter
开发语言·python·jupyter
神气龙3 天前
VS Code连接wsl上Conda虚拟环境,打开Jupyter Notebook
ide·python·jupyter
Qhumaing4 天前
解决因为jupyter notebook修改路径下没有c.NotebookApp.notebook_dir而无法修改目录问题
ide·python·jupyter