leezu edited a comment on issue #18380:
URL: 
https://github.com/apache/incubator-mxnet/issues/18380#issuecomment-636249229


   Yes. You'll see an exception due to accessing an undefined function. Though 
note that you should use pytest instead of nosetest. For the tests, only 
`tests/python/unittest/test_profiler.py` is affected by the `time.clock` issue. 
But there may be more issues. So the best solution is to switch the Ubuntu CI 
to Python 3.8 and ensure that all tests pass (at which stage the PR can be 
merged). This can be achieved by switching 
https://github.com/apache/incubator-mxnet/blob/master/ci/docker/Dockerfile.build.ubuntu
 to Ubuntu 20.04, as 20.04 ships with Python 3.8 by default.
   
   The base image for above dockerifle is specified in 
https://github.com/apache/incubator-mxnet/blob/master/ci/docker/docker-compose.yml
 Currently there are no nvidia cuda images based on 20.04 yet. So when updating 
the CPU image to 20.04, the GPU images would need to remain on 18.04.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to