I tried installing the necessary packages and apparently anaconda already had it. When I ran the FindExternalEvaluator command I got
But when I ran ExternalEvaluate["Python", "2+2"], it said "No Wolfram Language translation found." What am I doing wrong and how do I fix it? I suspect that it has to do something with the Missing Dependencies.
You can give a try to this workflow: http://reference.wolfram.com/language/workflow/ConfigurePythonForExternalEvaluate.html
– Pavel Perikov Aug 15 '21 at 16:39SystemInstall["Python"]from an Mma notebook? When you do this, at least some "missing dependencies" will convert to Automatic or True. This does not guarantee the successful completion of ExternalEvaluate[...]. Please execute these steps and update post if something changes. These days almost every software installs a python directory as a substructure and conflicts make it more difficult than it has to be. Also search prior posts on this forum. – Syed Aug 15 '21 at 16:44SystemInstal["Python"]command but it says "No Wolfram Language translation found." Is this happening because I'm using Wolfram Alpha Notebook edition not Mathematica or is there no difference? – Dan Aug 15 '21 at 19:02Install... pls check spelling. In the image provided, which one is the conda installation? ref: https://anaconda.org/anaconda/pyzmq. I have not used alpha nb edition, so cannot say. Python 3.8 is not officially supported, although workarounds may be floating around. – Syed Aug 15 '21 at 20:44RegisterExternalEvaluator["Python","C:\\...\\python.exe"], with your actual python installation path instead of.... – István Zachar Mar 17 '23 at 11:02