I removed Python 2.7 from my Computer because there was a Problem with arcpy.
Now I installed the program again. But now I cant connect Python with ArcGis anymore. The path: C:/Python27/ArcGIS10 doesnt exist anymore.
I would be glad if anyone could help me.
Thank you very much!
Related
I already uninstalled and re-installed the matplotlib module on main terminal and in vs code as well but it still doesn't work. Is there another way to fix this error like creating a virtual environment or it's not required? Please bear with me because I'm just starting haha. I'd appreciate your help, thank you!
Hey people I need some help with a code I've been working on with an anaconda environment
I am stuck in an error that says "AttributeError: 'MyWindow' object has no attribute 'run'
I know this might be stupid but I am starting out.
Any help or improvements would be greatly appriciated
https://github.com/adamkfwn/leasing.git
tried re-installing more than once. tried opening from cmd and get the following error: python error
Am new to programming so stuck trying to solve this.
things tried: re-installing (user only, all users), previous version 3.8
things i know: a previous software seems to use python files under 2.8 something.
any help is much appreciated.
Thanks
For some weird reason, Anaconda on my Mac got uninstalled and since I installed it again, I've not been able to access the files/datasets that I had accessed earlier.
Here are the screenshots:
I'm able to access the same files in PyCharm IDE but I've not been able to do so in Spyder. It'd be great if someone can help me with this.
Thanks in advance.
I have a Matlab executable and MCR from someone else. I can run the executable just fine by double clicking and through a batch script. However, when I try to run the executable within Python I get an error telling me it can't find the MCR. Here are the calls I have tried:
os.system('application.exe')
subprocess.Popen(['application.exe'])
subprocess.call(['application.exe'])
As requested, here is the complete error message, it comes from application.exe and not from Python.
Could not find version 7.15 of the MCR.
Attempting to load mclmcrrt7_15.dll.
Please install the correct version of the MCR.
Contact your vendor if you do not have an installer for the MCR.
I guess I should also mention I am using Python 3.5 and application.exe was compiled with R2011a. I am using PyCharm for my Python development.
Any help resolving this would be greatly appreciated! This is also a bit time sensitive, so the sooner the better :)
Thanks in advance,
Aaron