ModuleNotFoundError: No module named 'google' on python 3.6.7
问题 I'm making a script that receives some args and use these args to manipulate a Firebase Realtime Database. When I run the script on cmd (I'm on a Windows 10 computer) by typing mpython myScript.py arg1 arg2 ... it works fine. But when I use cx_Freeze to build my .exe it says that there are modules missing Missing modules: ? Cookie imported from requests.compat ? OpenSSL.SSL imported from urllib3.contrib.pyopenssl ? OpenSSL.crypto imported from urllib3.contrib.pyopenssl ? StringIO imported