Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Troubles with numpy
#19
You are right buran. Now my pip -V gives:pip 9.0.3 from c:\program files\python36\lib\site-packages (python 3.6)
But after deleting old numpy I tried "pip install numpy", without success

Error:
λ pip install numpy Collecting numpy Using cached https://files.pythonhosted.org/packages/21/06/a11c4b2e4f90c4f53c39b548a3f16eb644729048cf705 71a7672d87338/numpy-1.14.4-cp36-none-win_amd64.whl Installing collected packages: numpy Exception: Traceback (most recent call last): File "c:\program files\python36\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) File "c:\program files\python36\lib\site-packages\pip\commands\install.py", line 342, in run prefix=options.prefix_path, File "c:\program files\python36\lib\site-packages\pip\req\req_set.py", line 784, in install **kwargs File "c:\program files\python36\lib\site-packages\pip\req\req_install.py", line 851, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) File "c:\program files\python36\lib\site-packages\pip\req\req_install.py", line 1064, in move_wheel_file isolated=self.isolated, File "c:\program files\python36\lib\site-packages\pip\wheel.py", line 345, in move_wheel_files clobber(source, lib_dir, True) File "c:\program files\python36\lib\site-packages\pip\wheel.py", line 316, in clobber ensure_dir(destdir) File "c:\program files\python36\lib\site-packages\pip\utils\__init__.py", line 83, in ensure_dir os.makedirs(path) File "c:\program files\python36\lib\os.py", line 220, in makedirs mkdir(name, mode) PermissionError: [WinError 5] Access is denied: 'c:\\program files\\python36\\Lib\\site-packages\\numpy' You are using pip version 9.0.3, however version 10.0.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Reply


Messages In This Thread
Troubles with numpy - by sylas - Jun-08-2018, 08:15 AM
RE: Troubles with numpy - by sylas - Jun-08-2018, 09:21 AM
RE: Troubles with numpy - by snippsat - Jun-08-2018, 04:14 PM
RE: Troubles with numpy - by sylas - Jun-08-2018, 04:36 PM
RE: Troubles with numpy - by snippsat - Jun-08-2018, 04:55 PM
RE: Troubles with numpy - by sylas - Jun-08-2018, 05:06 PM
RE: Troubles with numpy - by snippsat - Jun-08-2018, 05:37 PM
RE: Troubles with numpy - by sylas - Jun-08-2018, 05:40 PM
RE: Troubles with numpy - by snippsat - Jun-08-2018, 05:59 PM
RE: Troubles with numpy - by sylas - Jun-09-2018, 04:05 AM
RE: Troubles with numpy - by sylas - Jun-09-2018, 06:08 AM
RE: Troubles with numpy - by sylas - Jun-09-2018, 01:12 PM
RE: Troubles with numpy - by Larz60+ - Jun-09-2018, 01:16 PM
RE: Troubles with numpy - by sylas - Jun-09-2018, 01:31 PM
RE: Troubles with numpy - by snippsat - Jun-09-2018, 02:00 PM
RE: Troubles with numpy - by sylas - Jun-09-2018, 04:36 PM
RE: Troubles with numpy - by buran - Jun-09-2018, 04:55 PM
RE: Troubles with numpy - by snippsat - Jun-09-2018, 05:16 PM
RE: Troubles with numpy - by sylas - Jun-09-2018, 05:21 PM
RE: Troubles with numpy - by snippsat - Jun-09-2018, 05:27 PM
RE: Troubles with numpy - by snippsat - Jun-09-2018, 05:56 PM
RE: Troubles with numpy - by sylas - Jun-09-2018, 06:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Numpy] How to store different data type in one numpy array? water 7 711 Mar-26-2024, 02:18 PM
Last Post: snippsat
  Numpy returns "TypeError: unsupported operand type(s) for *: 'numpy.ufunc' and 'int'" kalle 2 2,675 Jul-19-2022, 06:31 AM
Last Post: paul18fr
  "erlarge" a numpy-matrix to numpy-array PhysChem 2 3,030 Apr-09-2019, 04:54 PM
Last Post: PhysChem

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020