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 2018/01/01 08:13:03 UTC

[GitHub] nehaljwani opened a new issue #9271: Windows: Python prompt gets stuck on exit()

nehaljwani opened a new issue #9271: Windows: Python prompt gets stuck on exit()
URL: https://github.com/apache/incubator-mxnet/issues/9271
 
 
   ## Description
   Python prompt gets stuck on exit() after importing mxnet
   
   ## Environment info (Required)
   
   ```
   (mxnetpypi) F:\nwani>python
   Python 3.6.3 |Anaconda, Inc.| (default, Nov  8 2017, 15:10:56) [MSC v.1900 64 bit (AMD64)] on win32
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import mxnet
   >>> exit()
   
   (mxnetpypi) F:\nwani>python sources\im\tools\diagnose.py
   ----------Python Info----------
   Version      : 3.6.3
   Compiler     : MSC v.1900 64 bit (AMD64)
   Build        : ('default', 'Nov  8 2017 15:10:56')
   Arch         : ('64bit', 'WindowsPE')
   ------------Pip Info-----------
   Version      : 9.0.1
   Directory    : F:\nwani\mc3\envs\mxnetpypi\lib\site-packages\pip
   ----------MXNet Info-----------
   Version      : 1.0.0
   Directory    : F:\nwani\mc3\envs\mxnetpypi\lib\site-packages\mxnet
   Commit Hash   : 0f05c65492e38f89012e5595c6d60bb67e2d418f
   ----------System Info----------
   Platform     : Windows-7-6.1.7601-SP1
   system       : Windows
   node         : xxxxx-win64-gpu
   release      : 7
   version      : 6.1.7601
   ----------Hardware Info----------
   machine      : AMD64
   processor    : Intel64 Family 6 Model 63 Stepping 2, GenuineIntel
   Name
   Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
   
   ----------Network Test----------
   Setting timeout: 10
   Timing for MXNet: https://github.com/apache/incubator-mxnet, DNS: 0.0156 sec, LOAD: 1.2012 sec.
   Timing for Gluon Tutorial(en): http://gluon.mxnet.io, DNS: 0.2652 sec, LOAD: 0.0780 sec.
   Error open Gluon Tutorial(cn): https://zh.gluon.ai, <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)>, DNS finis
   hed in 0.2652003765106201 sec.
   Timing for FashionMNIST: https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/dataset/fashion-mnist/train-labels-idx1-ubyte.gz, DNS: 0.062
   4 sec, LOAD: 0.4368 sec.
   Timing for PYPI: https://pypi.python.org/pypi/pip, DNS: 0.0312 sec, LOAD: 0.1872 sec.
   Timing for Conda: https://repo.continuum.io/pkgs/free/, DNS: 0.0000 sec, LOAD: 0.1872 sec.
   ...gets stuck here, I have to end the process python.exe
   ```
   
   Package used (Python/R/Scala/Julia):
   ```
   (mxnetpypi) F:\nwani>python -V
   Python 3.6.3 :: Anaconda, Inc.
   ```
   
   ## Minimum reproducible example
   ```
   (base) F:\nwani> conda create -yn mxnetpypi python pip
   (base) F:\nwani> conda activate mxnetpypi
   (mxnetpypi) F:\nwani>pip install mxnet --no-cache-dir
   (mxnetpypi) F:\nwani>python
   Python 3.6.3 |Anaconda, Inc.| (default, Nov  8 2017, 15:10:56) [MSC v.1900 64 bit (AMD64)] on win32
   Type "help", "copyright", "credits" or "license" for more information.
   >>> import mxnet
   >>> exit()
   ...gets stuck here, I have to end the process python.exe
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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