Installing Python with Anaconda
SliceOmatic was compiled with Python rev 3.9, so you need to install the same
version on your system. You can find the latest version 3.9 of Anaconda from this link: Anaconda archives/. It will be the file: "Anaconda3-2022.05-Windows-x86_64.exe". But, this is just the first part of our Python install. Now we need to add the Python libraries that sliceOmatic will need. You now need to start the "Anaconda Prompt". From the Windows "Start" menu, expand the Anaconda folder and select the "Anaconda Prompt". |
Note: ------------------------------------------------------------------------ conda install /vs/ pip install. Some of you may prefer using "Conda" instead of "pip" to install packages in Python. However the tensorflow package is designed to be installed with pip. The offical TensorFlow web page ( www.tensorflow.org/install/pip) has this warning: Note: Do not install TensorFlow with conda. It may not have the latest stable version. pip is recommended since TensorFlow is only officially released to PyPI. ------------------------------------------------------------------------ |