ModuleNotFoundError: No module named 'google' on python 3.6.7

前端 未结 2 1294
执笔经年
执笔经年 2021-01-27 03:08

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)

2条回答
  •  孤城傲影
    2021-01-27 03:30

    I solved it by changing the python version to 3.7.2 and using pyinstaller (wich I've tried before and also didn't worked) instead of cx_freeze.

    Don't know why, but its working now.

提交回复
热议问题