Ich bin mit Python 2.7 und Python 3.5 auf Windows 10 installiert. Ich habe auch Pydev in Eclipse Luna Version 4.4.0 installiert. Wenn ich ein numpy Modul mit pip installiert habe, wurde es in python 2.7 site packages installiert. Ich wollte es für Python 3.5 und den Zugriff von Eclipse installieren. Bitte hilf mir, das zu lösen. Danke im Voraus.Wie installiert man numpy für Python 3.5 auf Windows 10, während Python 2.7 und Python 3.5 verfügbar sind?
0
A
Antwort
0
Verwenden Sie pip3 für Python3-Pakete.
pip3 install numpy