简体   繁体   中英

“No such file or directory”

错误

Hi, I have a library called BioPython for Bioinformatics with several files. I am unable to retrieve the file and it gives me the above errors. My Python 3.8.2 IDE shell is in documents and my BioInformatics Library file is in documents as well. I think there is something wrong with the pathway of my package for python3.8 but I am not sure. Can someone guide me towards the right direction?

Keeping python shell and the file you want to access in the same directory does not matter. The only thing that matters is that your working working directory must have the file in order to import it without specifying the complete path. Well, the error clearly shows that the name of the file has been either changed or it might have been moved to some other directory. It is better to specify the full path.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM