79595315

Date: 2025-04-27 17:58:32
Score: 3.5
Natty:
Report link

ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/home/ilyas/myenv/lib/python3.13/site-packages/numpy'

Check the permissions.

I am on Kali Linux and I tried to install numpy with this command:

pip install numpy

But I have gotten the output:

Collecting numpy
  Downloading numpy-2.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB)
Downloading numpy-2.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.1/16.1 MB 7.2 MB/s eta 0:00:00
Installing collected packages: numpy
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/home/ilyas/myenv/lib/python3.13/site-packages/numpy'
Check the permissions.

Tried with sudo pip install numpy, straight up told it that pip didnt exist (in the root directory, of course.)

Can anyone fix this?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix this?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user30387352