Hello,

I finally found a way to install numba on Spyder. It was easier than I
thought.

1. Download *get-pip.py*:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

2. Move *get-pip.py* into *C:\...\Spyder\Python*

3. Run (on a *cmd *window with Administrator rights, if necessary):

cd C:\...\Spyder\Python
python get-pip.py

This will get *pip *and will place it in *C:\...\Spyder\Python\Scripts*

4. Change directory to the aforementioned folder and run *pip*:

cd Spyder
pip install -U numba

Sit back and watch. It should work with no error messages.

Should Spyder be open, close it and open it again (I mean, restart it).
Everything
should be fine now.

Fausto

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/CA%2BB6aWH0u%2Bd%3Dfh2Ac9yDMCNvS8uOE3bz%2B4rsNC5Zjcqfp9U0mg%40mail.gmail.com.

Reply via email to