Fix SSLCertVerificationError Python on MacOS
Fix Command: open /Applications/Python\ 3.7/Install\ Certificates.command Note: the version number 3.7 will be different if you are running a different version such as 3.8, etc. Error Message Was: ————————————————————————— SSLCertVerificationError …
Setting up Python 3 Virtual Environment for Data Science with Jupyter Notebook
with Jupyter Notebook, Pandas, NumPy, Matplotlib, Scikit-Learn, SciPy, Keras, TensorFlow, Theano and datascience, OpenPyXL, and more… First, be sure to install Python3 on macOS or Windows since the operating systems…
Installing Python3 on macOS from the Terminal
There are two ways to install Python3 on macOS 10.15 and above. The first way is to allow the macOS to prompt you to perform the install via the command…
Installing Python3 from the Windows command line using the Microsoft Store
Once finished, run a full update on the pip module python3 -m pip install –upgrade pip
Enable Long Paths Microsoft Windows
From the Windows search bar, type regedit and press enter. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem@LongPathsEnabled Change the DWORD value from 0 to 1 and press ok. Note: The need for long paths…