Need someone to hold my hand through this
Brand new to python and pycharm. I've been trying to follow this video tutorial https://www.youtube.com/watch?v=WFr2WgN9_xE&t=677s
Pretty sure I followed everything to a T, downloaded anaconda, downloaded pycharm, downloaded tensorflow. Only difference is I'm using a Mac.
Got stuck at 10:51 trying to set up my project's environment. There is no pythonw.exe, tried looking up every tutorial I could find on importing tensorflow into pycharm on mac, nothing seems to work.
Any help would be appreciated! Thanks
请先登录再写评论。
Hi,
If pythonw.exe is missing, then conda didn't create one so it's not related to PyCharm.
To be honest, I don't know why pythonw.exe is used instead of python.exe in this example. I would recommend trying with python.exe.