尚未在stackoverflow上找到解决方案。在我读过的线程中,考虑到这个问题,问题是由错误的路径触发的。但在我的情况下,路径应该是正确的,因为我将它复制到Windows导航线并且它有效。
错误消息如下所示:
Traceback (most recent call last):
File "C:\Users\micha\Dropbox\10. Semester\Fabios_error_bound\python_new_pc\feb_error_calculation_and_plotting\feb_error_calculation_and_plotting\feb_error_calculation_and_plotting.py", line 99, in <module>
np.savetxt(os.path.join(working_directory,error_folder,current_name.replace('.txt','')+'error_pop11.txt'),error_pop11, fmt='%20.14f')
File "C:\Python27amd64\lib\site-packages\numpy\lib\npyio.py", line 1194, in savetxt
fh = open(fname, 'w')
IOError: [Errno 2] No such file or directory: 'C:\\Users\\micha\\Dropbox\\10. Semester\\Fabios_error_bound\\python_new_pc\\feb_error_calculation_and_plotting\\feb_error_calculation_and_plotting\\error2\\ses_pop_site_eb__ohmic_lam50_gam100_T100_SD_ohmic_lam50_gam100_T100_angle39_Chl658_Egap0_J100_M2_K0_L8error_pop11.txt'
此外,它适用于我的电脑,但不适用于我的笔记本电脑。在这两种情况下,我分别使用Visual Studio和Python 3.5和3.6(使用2.7它也不能在我的笔记本上工作)。
有人有线索吗?