travis-ci build error: FileNotFoundError: [Errno 2] No such file or directory: ‘test_dat.zst’ -> 'test_dat_01_64_v0.5.0_dictio.zst,Who has encountered?
The link is as follows:
https://travis-ci.org/jiangjufa/zstd/builds/571708295
travis-ci build error: FileNotFoundError: [Errno 2] No such file or directory: ‘test_dat.zst’ -> 'test_dat_01_64_v0.5.0_dictio.zst,Who has encountered?
The link is as follows:
https://travis-ci.org/jiangjufa/zstd/builds/571708295
Hey jiangjufa,
In some cases when Travis throws FileNotFoundError
it could be a “case sensitive” issue, I can’t view the link you attached in the thread, but check your cases, that could be a very big possibility.
-Montana
To get rid of this error you can try using Python file exists methods to check that at least python sees the file exists or not. In other words, you can make sure that the user has indeed typed a correct path for a real existing file. If the user does not pass the full path to the file, the path is interpreted relatively to the current working directory. The current working directory usually is the directory in which you started the program.