search for: 101kb

Displaying 5 results from an estimated 5 matches for "101kb".

Did you mean: 100kb
2018 Apr 06
3
Semi-OT: install python package in userspace
...numpy-1.7.1.dist-info > > can't reproduce your issue: > > [ulf at centos7-x1 ~]$ pip install --user scikit-learn > Collecting scikit-learn > Downloading scikit_learn-0.19.1-cp27-cp27mu-manylinux1_x86_64.whl (12.2MB) > 100% |????????????????????????????????| 12.2MB 101kB/s > Installing collected packages: scikit-learn > Successfully installed scikit-learn-0.19.1 > You are using pip version 8.1.2, however version 9.0.3 is available. > You should consider upgrading via the 'pip install --upgrade pip' command. > > But on my testbox, i'm...
2018 Apr 06
0
Semi-OT: install python package in userspace
...9;/usr/lib64/python2.7/site-packages/numpy-1.7.1.dist-info can't reproduce your issue: [ulf at centos7-x1 ~]$ pip install --user scikit-learn Collecting scikit-learn Downloading scikit_learn-0.19.1-cp27-cp27mu-manylinux1_x86_64.whl (12.2MB) 100% |????????????????????????????????| 12.2MB 101kB/s Installing collected packages: scikit-learn Successfully installed scikit-learn-0.19.1 You are using pip version 8.1.2, however version 9.0.3 is available. You should consider upgrading via the 'pip install --upgrade pip' command. But on my testbox, i'm not sucessful to use the syste...
2018 Apr 06
0
Semi-OT: install python package in userspace
...> can't reproduce your issue: >> >> [ulf at centos7-x1 ~]$ pip install --user scikit-learn >> Collecting scikit-learn >> Downloading scikit_learn-0.19.1-cp27-cp27mu-manylinux1_x86_64.whl >> (12.2MB) >> 100% |????????????????????????????????| 12.2MB 101kB/s >> Installing collected packages: scikit-learn >> Successfully installed scikit-learn-0.19.1 >> You are using pip version 8.1.2, however version 9.0.3 is available. >> You should consider upgrading via the 'pip install --upgrade pip' command. >> >> But...
2006 Nov 21
0
[LLVMdev] libstdc++ as bytecode, again
...9;s try this again. I've taken all the source and header files needed to build libstdc++ and libsupc++, and put together a small and very simple Makefile that automates the process. Anyone interested can grab the whole thing from here: http://goanna.cs.rmit.edu.au/~emil/dietstdcxx.1.tar.bz2 (101KB) Usage instructions: 1) Run GNU make: $ gmake This will produce dietstdcxx.bc - a bytecode / object file containing all of stdc++ and supc++ llvm-link'd together. 2) Run: $ gmake test This will build and run the test program. Example: $ gmake test llvm-g++ -emit-llvm -c -o test.o test...
2018 Apr 06
9
Semi-OT: install python package in userspace
CentOS 7 box. As there's no package in any of the repos, we're trying to install scikit-learn in the user's space. It refuses. My late try was, after d/l a .whl from last year, hoping that would work with the numpy package in the regular repos, I did a pip install --user scikit-learn..., and it still seems to want to write to system space: OSError: [Errno 13] Permission denied: