line 44, in import arrow ModuleNotFoundError: No module named 'arrow'
CodePudding user response:
For Python 2
pip install arrow
For Python 3
pip3 install arrow
line 44, in import arrow ModuleNotFoundError: No module named 'arrow'
CodePudding user response:
For Python 2
pip install arrow
For Python 3
pip3 install arrow