I cannot use Requests package in Win XP. I get the following message:
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using
Nehalem
kernels as a fallback, which may give poorer performance.
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.0-prerelease+2809 (2014-04-28 22:41
UTC)
_/ |\__'_|_|_|\__'_| | Commit d1095bb* (4 days old master)
|__/ | i686-w64-mingw32
julia> using Requests
ERROR: could not open file C:\Documents and Settings\user\.julia\v0.3\
GnuTLS
\src\../deps/deps.jl
in include at boot.jl:244
in include_from_node1 at loading.jl:128
in include at boot.jl:244
in include_from_node1 at loading.jl:128
in reload_path at loading.jl:152
in _require at loading.jl:67
in require at loading.jl:54
in include at boot.jl:244
in include_from_node1 at loading.jl:128
in reload_path at loading.jl:152
in _require at loading.jl:67
in require at loading.jl:51
while loading C:\Documents and Settings\user\.julia\v0.3\GnuTLS\src\GnuTLS.
j
l, in expression starting on line 6
while loading C:\Documents and Settings\user\.julia\v0.3\Requests\src\
Reques
ts.jl, in expression starting on line 8
julia>
I am having similar issues with other packages such as Winston, see below
OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using
Nehalem
kernels as a fallback, which may give poorer performance.
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.3.0-prerelease+2809 (2014-04-28 22:41
UTC)
_/ |\__'_|_|_|\__'_| | Commit d1095bb* (4 days old master)
|__/ | i686-w64-mingw32
julia> using Winston
ERROR: could not open file C:\Documents and Settings\user\.julia\v0.3\Cairo\
src\../deps/deps.jl
in include at boot.jl:244
in include_from_node1 at loading.jl:128
in include at boot.jl:244
in include_from_node1 at loading.jl:128
in reload_path at loading.jl:152
in _require at loading.jl:67
in require at loading.jl:54
in include at boot.jl:244
in include_from_node1 at loading.jl:128
in reload_path at loading.jl:152
in _require at loading.jl:67
in require at loading.jl:51
while loading C:\Documents and Settings\user\.julia\v0.3\Cairo\src\Cairo.jl,
in expression starting on line 3
while loading C:\Documents and Settings\user\.julia\v0.3\Winston\src\Winston
.jl, in expression starting on line 3
julia>
Anyone with the same problem or able to point me to a possible solution?
Thanks a lot!