当前位置:网站首页>安装numpy问题总结
安装numpy问题总结
2022-07-06 09:13:00 【萍果馅是年糕】
一、WARNING,YOU are using pip version 22.0.4;however,version 22.1 is available
原因分析:提醒您正在使用pip版本22.0.4;但是,22.1版是可用的。
解决:使用命令python -m pip install --upgrade pip进行更新
二、Requirement already satisfied : numpy in
告诉我们已经有numpy存在于e:\python\lib\site-packages(1.22.3)路径中
解决方法:在pip intall 后面加上“--target= ‘地址’ ‘包名’”(其中地址是提示中的地址)
三、WARNING: Target directory
使用--upgrade 命令进行强制更新 可能还会出现WARNING: Target directory问题,不要管。
在命令提示符中测试numpy
发现numpy可以使用
注意:如果想要在PyCharm中调用numpy,而无法调用numpy,报错ModuleNotFoundError: No module named 'numpy'
边栏推荐
- Windows cannot start the MySQL service (located on the local computer) error 1067 the process terminated unexpectedly
- [reading notes] rewards efficient and privacy preserving federated deep learning
- CSDN-NLP:基于技能树和弱监督学习的博文难度等级分类 (一)
- Copy constructor template and copy assignment operator template
- Detailed reading of stereo r-cnn paper -- Experiment: detailed explanation and result analysis
- 记一次某公司面试题:合并有序数组
- MySQL other hosts cannot connect to the local database
- 解决:log4j:WARN Please initialize the log4j system properly.
- How to find the number of daffodils with simple and rough methods in C language
- Principes JDBC
猜你喜欢
Install mysql5.5 and mysql8.0 under windows at the same time
【博主推荐】asp.net WebService 后台数据API JSON(附源码)
MySQL22-逻辑架构
Mysql25 index creation and design principles
Mysql35 master slave replication
[Thesis Writing] how to write function description of jsp online examination system
Generate PDM file from Navicat export table
[reading notes] rewards efficient and privacy preserving federated deep learning
MySQL21-用户与权限管理
Mysql28 database design specification
随机推荐
MySQL26-性能分析工具的使用
Just remember Balabala
CSDN question and answer module Title Recommendation task (II) -- effect optimization
Database middleware_ MYCAT summary
Have you mastered the correct posture of golden three silver four job hopping?
Win10: how to modify the priority of dual network cards?
Mysql21 - gestion des utilisateurs et des droits
MySQL的一些随笔记录
MySQL18-MySQL8其它新特性
API learning of OpenGL (2002) smooth flat of glsl
Ansible practical Series II_ Getting started with Playbook
Valentine's Day is coming, are you still worried about eating dog food? Teach you to make a confession wall hand in hand. Express your love to the person you want
Some problems in the development of unity3d upgraded 2020 VR
JDBC原理
CSDN blog summary (I) -- a simple first edition implementation
Ubuntu 20.04 安装 MySQL
Mysql22 logical architecture
[recommended by bloggers] C WinForm regularly sends email (with source code)
[untitled]
Breadth first search rotten orange