Forum Discussion
Anonymous
7 years agoNot applicable
Python Integration Error
Hi All, I am getting the following error while using python visual. I made use of anaconda distribution for python installation. Following is the error : Error Message: Python script err...
pkoetzing
7 years agoAdvocate III
I'm had exactly the same issue and error msg as Anonymous . So I checked out Anonymous 's recipe, but unfortunately it didn't work for me. I figured out that installing anaconda (conda install anaconda) just linked to the existing packages and didn't leave anything for the pip installer to do. But w/o installing anaconda (conda install -n py37 python=3.7) plus the subsequent pip installs all the packages (incl. vs2015_runtime) got newly downloaded and afterwards my Python visual worked like a charm. Thanks for your help, guys!