Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. C:UsersBaeuerle>conda install binstar
  2. Fetching package metadata: ..
  3. Solving package specifications: .
  4. Package plan for installation in environment C:Anaconda3:
  5.  
  6. The following packages will be downloaded:
  7.  
  8. package | build
  9. ---------------------------|-----------------
  10. binstar-0.9.4 | py34_0 115 KB
  11. clyent-0.3.2 | py34_0 13 KB
  12. conda-3.7.3 | py34_0 202 KB
  13. pytz-2014.9 | py34_0 167 KB
  14. requests-2.4.3 | py34_0 607 KB
  15. setuptools-7.0 | py34_0 749 KB
  16. ------------------------------------------------------------
  17. Total: 1.8 MB
  18.  
  19. The following NEW packages will be INSTALLED:
  20.  
  21. clyent: 0.3.2-py34_0
  22.  
  23. The following packages will be UPDATED:
  24.  
  25. binstar: 0.7.1-py34_0 --> 0.9.4-py34_0
  26. conda: 3.7.0-py34_0 --> 3.7.3-py34_0
  27. pytz: 2014.7-py34_0 --> 2014.9-py34_0
  28. requests: 2.4.1-py34_0 --> 2.4.3-py34_0
  29. setuptools: 5.8-py34_0 --> 7.0-py34_0
  30.  
  31. Proceed ([y]/n)?
  32.  
  33. Fetching packages ...
  34. binstar-0.9.4- 100% |###############################| Time: 0:00:01 109.73 kB/s
  35. clyent-0.3.2-p 100% |###############################| Time: 0:00:00 25.88 kB/s
  36. conda-3.7.3-py 100% |###############################| Time: 0:00:05 39.58 kB/s
  37. pytz-2014.9-py 100% |###############################| Time: 0:00:00 179.44 kB/s
  38. requests-2.4.3 100% |###############################| Time: 0:00:02 210.03 kB/s
  39. setuptools-7.0 100% |###############################| Time: 0:01:30 8.45 kB/s
  40. setuptools-7.0 100% |###############################| Time: 0:00:03 216.41 kB/s
  41. Extracting packages ...
  42. [ COMPLETE ] |#################################################| 100%
  43. Unlinking packages ...
  44. [ COMPLETE ] |#################################################| 100%
  45. Linking packages ...
  46. [ COMPLETE ] |#################################################| 100%
  47.  
  48. C:UsersBaeuerle>binstar show auto/hdf5storage
  49. Using binstar api site https://api.binstar.org
  50. Name: hdf5storage
  51. Summary: https://github.com/frejanordsiek/hdf5storage
  52. Access: public
  53. Package Types: conda
  54. Versions:
  55. + 0.1.1
  56.  
  57. To install this package with conda run:
  58. conda install --channel https://conda.binstar.org/auto hdf5storage
  59.  
  60. C:UsersBaeuerle>conda install --channel https://conda.binstar.org/auto hdf5storage
  61. Fetching package metadata: ...
  62. Error: No packages found in current win-64 channels matching: hdf5storage
  63.  
  64. You can search for this package on Binstar with
  65.  
  66. binstar search -t conda hdf5storage
  67.  
  68. C:UsersBaeuerle>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement