Skip to content

Instantly share code, notes, and snippets.

@sklam
sklam / numba-testing.txt
Created July 31, 2014 20:20
error log osx64
This file has been truncated, but you can view the full file.
BUILD START: numba-testing-np17py26_0
Fetching package metadata: ...
Solving package specifications: .+ git clone https://github.com/numba/numba.git numba
Cloning into 'numba'...
+ cd numba
+ git pull https://github.com/numba/numba.git npymath-complex
From https://github.com/numba/numba
* branch npymath-complex -> FETCH_HEAD
Updating 54dd45f..3302713
Fast-forward
@sklam
sklam / numba-testing.txt
Created August 4, 2014 20:19
error log osx64
BUILD START: numba
Fetching package metadata: ...
Solving package specifications: .................+ git clone https://github.com/numba/numba.git numba
Cloning into 'numba'...
+ cd numba
+ git pull https://github.com/pitrou/numba.git var_lifetime
From https://github.com/pitrou/numba
* branch var_lifetime -> FETCH_HEAD
Updating ae20202..6146be3
Fast-forward
@sklam
sklam / numba-testing.txt
Created August 4, 2014 20:33
error log win64
BUILD START: numba-testing-np16py26_0
Fetching package metadata: ...
Solving package specifications: ...............
The following packages will be downloaded:
package | build
---------------------------|-----------------
numpy-1.6.2 | py26_4 14.4 MB
The following packages will be linked:
@sklam
sklam / numba-testing.txt
Created August 4, 2014 20:52
error log osx64
BUILD START: numba
Fetching package metadata: ...
Solving package specifications: .................+ git clone https://github.com/numba/numba.git numba
Cloning into 'numba'...
+ cd numba
+ git pull https://github.com/numba/numba.git npymath-complex
From https://github.com/numba/numba
* branch npymath-complex -> FETCH_HEAD
Merge made by the 'recursive' strategy.
docs/source/numpy_support.rst | 2 +-
@sklam
sklam / numba-testing.txt
Created August 4, 2014 21:06
error log win32
LOCKERROR: It looks like conda is already doing something.
The lock C:\Users\win7x32\Miniconda\conda-bld\.conda_lock-484 was found. Wait for it to finish before continuing.
If you are sure that conda is not running, remove it and try again.
You can also use: $ conda clean --lock
Sleeping for 1 seconds
LOCKERROR: It looks like conda is already doing something.
The lock C:\Users\win7x32\Miniconda\conda-bld\.conda_lock-484 was found. Wait for it to finish before continuing.
If you are sure that conda is not running, remove it and try again.
You can also use: $ conda clean --lock
Sleeping for 2 seconds
@sklam
sklam / numba-testing.txt
Created August 4, 2014 21:23
error log win32
LOCKERROR: It looks like conda is already doing something.
The lock C:\Users\win7x32\Miniconda\conda-bld\.conda_lock-3940 was found. Wait for it to finish before continuing.
If you are sure that conda is not running, remove it and try again.
You can also use: $ conda clean --lock
Sleeping for 1 seconds
LOCKERROR: It looks like conda is already doing something.
The lock C:\Users\win7x32\Miniconda\conda-bld\.conda_lock-3940 was found. Wait for it to finish before continuing.
If you are sure that conda is not running, remove it and try again.
You can also use: $ conda clean --lock
Sleeping for 2 seconds
@sklam
sklam / numba-testing.txt
Created August 19, 2014 15:59
error log osx64
BUILD START: numba
Fetching package metadata: ...
Solving package specifications: ...............+ git clone https://github.com/numba/numba.git numba
Cloning into 'numba'...
+ cd numba
+ git pull https://github.com/numba/numba.git npymath-complex
From https://github.com/numba/numba
* branch npymath-complex -> FETCH_HEAD
Merge made by the 'recursive' strategy.
numba/_npymath_exports.c | 3 +
@sklam
sklam / numba-testing.txt
Created August 19, 2014 15:59
error log win64
BUILD START: numba-testing-np16py26_0
Fetching package metadata: ...
Solving package specifications: ...............
C:\Miniconda\conda-bld\work>call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" amd64
Setting environment for using Microsoft Visual Studio 2008 Beta2 x64 tools.
C:\Miniconda\conda-bld\work>set TMP=C:\Users\BUILD7~1\AppData\Local\Temp
C:\Miniconda\conda-bld\work>set COMPUTERNAME=BUILD7X64-PC
@sklam
sklam / numba_internals.py
Last active August 29, 2015 14:05
Getting Numba compiler internal structures
from numba import bytecode, interpreter, ir
def foo(a, b):
c = 0
for i in range(a):
for j in range(b):
c += i + j
return c
@sklam
sklam / numba-testing.txt
Created September 4, 2014 17:11
error log osx64
BUILD START: numba
Fetching package metadata: ...
Solving package specifications: .....................+ git clone https://github.com/numba/numba.git numba
Cloning into 'numba'...
+ cd numba
+ git pull https://github.com/sklam/numba.git impl_array_methods
From https://github.com/sklam/numba
* branch impl_array_methods -> FETCH_HEAD
Auto-merging numba/typing/npydecl.py
Auto-merging numba/cgutils.py