Search
-
Recent Posts
- Installing Numpy on Windows 7 / 8 with Python 2.7 (Unable to find vcvarsall.bat)
- MongoDB – PyMongo error while connecting to a remote server: [Errno 111] Connection refused
- How to back up indexed data or change default database location in Splunk
- How to set your VM to auto start at system startup in VirtualBox 4.2 on Ubuntu 12.04
- Shrink/reduce size of WinSxS folder on Windows 7 and gain gigabytes of free space
Tag Cloud
acl acls attack bulut bilişim bulut bilişim risk analizi cloud computing cloud computing risks console copy error file file permissions file server firewalking freeze freeze vmware windows 2008 r2 icmp icmp keşif saldırıları icmp reconnaissance attacks icmp saldırıları import inverse mapping keşif move os fingerprinting port protokol Python recon reconnaissance risk riskler risks robocopy saldırı security information stall tanıma traceroute vmware vmware console vsphere 4 vsphere client windows 7 windows 2008 r2Calendar
May 2022 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Meta
Category Archives: Python
Installing Numpy on Windows 7 / 8 with Python 2.7 (Unable to find vcvarsall.bat)
Installing Numpy is as easy as running the command below: pip install numpy However, If you don’t have a C/C++ compiler installed, you can get the following error while you are trying to install Numpy on Windows 7 or 8.1: … Continue reading