Python urllib3 error - ImportError: cannot import name UnrewindableBodyError
问题 I set my cronjob to call my script at particular time( ex- 2 4 5 10 * python3 mayank/exp/test.py ). When my test.py is called I'm activating the virtualenv within my test.py script as follows. activate = "/home/myserver/schedule_py3/bin/activate_this.py" exec(open(activate).read()) After activating the virtual environment(which has python3 in it and the packages needed to run the script), I'm trying to import requests it is showing me error as:- File "schedule_module/Schedule/notification