Issue
Running into installation error in python 3.8 for tensorflow and i'm wondering how to downgrade without losing my environments in pycharm.
Solution
- Download and install Python 3.7
- In PyCharm, go to 'File' -> 'Settings' -> 'Project: <...>' -> 'Project Interpreter', and select 'Python 3.7' in the 'Project Interpreter' dropdown.
- If you don't see it, click on the settings icon next to it, go to the 'System Interpreter' tab, and browse to and select 'python.exe' from the Python37 folder
Answered By - k-venkatesan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.