当前位置:网站首页>Summary of numpy installation problems
Summary of numpy installation problems
2022-07-06 11:06:00 【Pingguo stuffed with rice cakes】
One 、WARNING,YOU are using pip version 22.0.4;however,version 22.1 is available
Cause analysis : Remind you that you are using pip edition 22.0.4; however ,22.1 Version is available .
solve : Use command python -m pip install --upgrade pip updated
Two 、Requirement already satisfied : numpy in
Tell us we already have numpy Exist in e:\python\lib\site-packages(1.22.3) In the path
resolvent : stay pip intall Followed by “--target= ‘ Address ’ ‘ Package name ’”( Where the address is the address in the prompt )
3、 ... and 、WARNING: Target directory
Use --upgrade Command to force update Maybe there will be WARNING: Target directory problem , Don't mind .
Test at the command prompt numpy
Find out numpy have access to
Be careful : If you want to PyCharm Call in numpy, Cannot call numpy, Report errors ModuleNotFoundError: No module named 'numpy'
边栏推荐
- windows下同时安装mysql5.5和mysql8.0
- 1. Mx6u learning notes (VII): bare metal development (4) -- master frequency and clock configuration
- Invalid default value for 'create appears when importing SQL_ Time 'error reporting solution
- The virtual machine Ping is connected to the host, and the host Ping is not connected to the virtual machine
- 导入 SQL 时出现 Invalid default value for ‘create_time‘ 报错解决方法
- Kubesphere - deploy the actual combat with the deployment file (3)
- 自动机器学习框架介绍与使用(flaml、h2o)
- Solve the problem that XML, YML and properties file configurations cannot be scanned
- 【博主推荐】C#生成好看的二维码(附源码)
- CSDN博文摘要(一) —— 一个简单的初版实现
猜你喜欢
CSDN blog summary (I) -- a simple first edition implementation
Other new features of mysql18-mysql8
[Li Kou 387] the first unique character in the string
Detailed reading of stereo r-cnn paper -- Experiment: detailed explanation and result analysis
【博主推荐】C# Winform定时发送邮箱(附源码)
MySQL19-Linux下MySQL的安装与使用
Csdn-nlp: difficulty level classification of blog posts based on skill tree and weak supervised learning (I)
[recommended by bloggers] C # generate a good-looking QR code (with source code)
API learning of OpenGL (2003) gl_ TEXTURE_ WRAP_ S GL_ TEXTURE_ WRAP_ T
Data dictionary in C #
随机推荐
【博主推荐】SSM框架的后台管理系统(附源码)
数数字游戏
Global and Chinese markets for aprotic solvents 2022-2028: Research Report on technology, participants, trends, market size and share
Some problems in the development of unity3d upgraded 2020 VR
[Thesis Writing] how to write function description of jsp online examination system
项目实战-后台员工信息管理(增删改查登录与退出)
Are you monitored by the company for sending resumes and logging in to job search websites? Deeply convinced that the product of "behavior awareness system ba" has not been retrieved on the official w
MySQL flush operation
Leetcode 461 Hamming distance
[recommended by bloggers] background management system of SSM framework (with source code)
1. Mx6u learning notes (VII): bare metal development (4) -- master frequency and clock configuration
01项目需求分析 (点餐系统)
Ansible practical series I_ introduction
MySQL完全卸载(Windows、Mac、Linux)
C language advanced pointer Full Version (array pointer, pointer array discrimination, function pointer)
Ubuntu 20.04 安装 MySQL
@controller,@service,@repository,@component区别
Invalid global search in idea/pychar, etc. (win10)
Global and Chinese market of wafer processing robots 2022-2028: Research Report on technology, participants, trends, market size and share
记某公司面试算法题:查找一个有序数组某个数字出现的次数