Skip to content
Advertisement

Tag: pycharm

TensorFlow (any version > 2.5.0) on M1 Mac: No code completion in PyCharm

I am using JetBrain’s PyCharm IDE to work with TensorFlow on a M1 Mac machine. I have installed TensorFlow using the following commands in the given order: For installing Conda, I followed Apple’s official documentation I can import TensorFlow without problems; the version number it prints is 2.8.0. However, I am not getting any code completion suggestions. When typing tensorflow.keras.l,

Installing wxPython on Windows: DistutilsPlatformError: Microsoft Visual C++ 14.2 or greater is required

I have installed: Python 3.10.1 PyCharm Community 2021.3 Visual Studio Build Tools 2022, including: C++ Build Tools Core Features C++ 2022 Redistributable Update C++ core desktop features MSVC v143 – VS 2022 C++ x64/x86 build tools (Latest) Windows 10 SDK (10.0.19041.0) C++ CMake tools for Windows Testing tools core features – Build Tools C++ AddressSanitizer C++/CLI support for v143 build

How to debug backwards in PyCharm?

We all know F9 goes forward in debug mode. But how can we go backward after going a couple steps forward with F9 or is that even possible? Answer how can we go backward after going a couple steps forward with F9 or is that possible? It isn’t possible, you can’t “go back” during debugging. (That is the case in

Advertisement