You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/05/31 04:44:01 UTC

[GitHub] [incubator-mxnet] sreev opened a new issue #15110: missing new version bundle for R

sreev opened a new issue #15110: missing new version bundle for R
URL: https://github.com/apache/incubator-mxnet/issues/15110
 
 
   ```
   Warning: unable to access index for repository https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/bin/macosx/el-capitan/contrib/3.6:
     cannot open URL 'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/bin/macosx/el-capitan/contrib/3.6/PACKAGES'
   installing the source package ‘mxnet’
   
   trying URL 'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/src/contrib/mxnet_1.3.0.tar.gz'
   Error in download.file(url, destfile, method, mode = "wb", ...) :
     cannot open URL 'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/src/contrib/mxnet_1.3.0.tar.gz'
   In addition: Warning messages:
   1: In doTryCatch(return(expr), name, parentenv, handler) :
     unable to load shared object '/Library/Frameworks/R.framework/Resources/modules//R_X11.so':
     dlopen(/Library/Frameworks/R.framework/Resources/modules//R_X11.so, 6): Library not loaded: /opt/X11/lib/libSM.6.dylib
     Referenced from: /Library/Frameworks/R.framework/Resources/modules//R_X11.so
     Reason: image not found
   2: In download.file(url, destfile, method, mode = "wb", ...) :
     cannot open URL 'https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/R/CRAN/src/contrib/mxnet_1.3.0.tar.gz': HTTP status was '404 Not Found'
   Warning in download.packages(pkgs, destdir = tmpd, available = available,  :
     download of package ‘mxnet’ failed
   
   ```
   
   For Q & A and discussion, please start a discussion thread at https://discuss.mxnet.io 
   [https://discuss.mxnet.io/t/installation-broken-for-r/4095](https://discuss.mxnet.io/t/installation-broken-for-r/4095)
   
   ## Description
   (Brief description of the problem in no more than 2 sentences.)
   
   ## Environment info (Required)
   macOS Mojave 10.14.5
   
   
   ```
   What to do:
   1. Download the diagnosis script from https://raw.githubusercontent.com/apache/incubator-mxnet/master/tools/diagnose.py
   2. Run the script using `python diagnose.py` and paste its output here.
   
   
   L-SB8T2T2G3Q-M:incubator-mxnet svaddi$ curl -O https://raw.githubusercontent.com/apache/incubator-mxnet/master/tools/diagnose.py
   ######################################################################## 100.0%
   L-SB8T2T2G3Q-M:incubator-mxnet svaddi$ python diagnose.py
   ----------Python Info----------
   ('Version      :', '2.7.16')
   ('Compiler     :', 'GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.46.4)')
   ('Build        :', ('default', 'May  4 2019 12:11:59'))
   ('Arch         :', ('64bit', ''))
   ------------Pip Info-----------
   ('Version      :', '19.0.3')
   ('Directory    :', '/usr/local/lib/python2.7/site-packages/pip')
   ----------MXNet Info-----------
   No MXNet installed.
   ----------System Info----------
   ('Platform     :', 'Darwin-18.6.0-x86_64-i386-64bit')
   ('system       :', 'Darwin')
   ('node         :', 'L-SB8T2T2G3Q-M.local')
   ('release      :', '18.6.0')
   ('version      :', 'Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64')
   ----------Hardware Info----------
   ('machine      :', 'x86_64')
   ('processor    :', 'i386')
   machdep.cpu.brand_string: Intel(R) Core(TM) i7-4980HQ CPU @ 2.80GHz
   machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH DS ACPI MMX FXSR SSE SSE2 SS HTT TM PBE SSE3 PCLMULQDQ DTES64 MON DSCPL VMX SMX EST TM2 SSSE3 FMA CX16 TPR PDCM SSE4.1 SSE4.2 x2APIC MOVBE POPCNT AES PCID XSAVE OSXSAVE SEGLIM64 TSCTMR AVX1.0 RDRAND F16C
   machdep.cpu.leaf7_features: SMEP ERMS RDWRFSGS TSC_THREAD_OFFSET BMI1 AVX2 BMI2 INVPCID FPU_CSDS IBRS STIBP L1DF SSBD
   machdep.cpu.extfeatures: SYSCALL XD 1GBPAGE EM64T LAHF LZCNT RDTSCP TSCI
   ----------Network Test----------
   Setting timeout: 10
   Timing for MXNet: https://github.com/apache/incubator-mxnet, DNS: 0.0678 sec, LOAD: 1.5214 sec.
   Timing for PYPI: https://pypi.python.org/pypi/pip, DNS: 0.0502 sec, LOAD: 3.2738 sec.
   Timing for FashionMNIST: https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/dataset/fashion-mnist/train-labels-idx1-ubyte.gz, DNS: 0.0421 sec, LOAD: 0.1476 sec.
   Timing for Conda: https://repo.continuum.io/pkgs/free/, DNS: 0.0438 sec, LOAD: 1.0725 sec.
   Timing for Gluon Tutorial(en): http://gluon.mxnet.io, DNS: 0.1564 sec, LOAD: 2.3841 sec.
   Timing for Gluon Tutorial(cn): https://zh.gluon.ai, DNS: 0.1006 sec, LOAD: 1.4222 sec.
   
   ```
   
   Package used (Python/R/Scala/Julia):
   I'm using R.
   
   For Scala user, please provide:
   1. Java version: (`java -version`)
   2. Maven version: (`mvn -version`)
   3. Scala runtime if applicable: (`scala -version`)
   
   For R user, please provide R `sessionInfo()`:
   ```
   > sessionInfo()
   R version 3.6.0 (2019-04-26)
   Platform: x86_64-apple-darwin15.6.0 (64-bit)
   Running under: macOS Mojave 10.14.5
   
   Matrix products: default
   BLAS:   /Library/Frameworks/R.framework/Versions/3.6/Resources/lib/libRblas.0.dylib
   LAPACK: /Library/Frameworks/R.framework/Versions/3.6/Resources/lib/libRlapack.dylib
   
   locale:
   [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
   
   attached base packages:
   [1] stats     graphics  grDevices utils     datasets  methods   base
   
   loaded via a namespace (and not attached):
   [1] compiler_3.6.0
   ```
   
   ## Build info (Required if built from source)
   
   Compiler (gcc/clang/mingw/visual studio):
   
   MXNet commit hash:
   (Paste the output of `git rev-parse HEAD` here.)
   
   Build config:
   (Paste the content of config.mk, or the build command.)
   
   ## Error Message:
   (Paste the complete error message, including stack trace.)
   
   ## Minimum reproducible example
   (If you are using your own code, please provide a short script that reproduces the error. Otherwise, please provide link to the existing example.)
   
   ## Steps to reproduce
   (Paste the commands you ran that produced the error.)
   
   https://mxnet.incubator.apache.org/versions/master/install/osx_setup.html
   
   You have 2 options:
   
       Building MXNet with the Prebuilt Binary Package
       Building MXNet from Source Code
   
   ## What have you tried to solve it?
   
   switched from prebuilt binary to source build

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services