iamtodor

dvc-pull

Oct 30th, 2020
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.44 KB | None | 0 0
  1. (venv)  todor@mcbk  ~/programming/open_source/Proj_Air_Quality   fix_tests ±  dvc pull                  
  2. +-----------------------------------------+
  3. |                                         |
  4. |     Update available 1.9.0 -> 1.9.1     |
  5. |     Run `pip install dvc --upgrade`     |
  6. |                                         |
  7. +-----------------------------------------+
  8.  
  9. WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files:                                                                          
  10. name: DATA/raw/sensors, md5: f8c11478287fa8c2832a96ce2e664ce4.dir
  11. WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files:                                                                          
  12. name: DATA/raw/weather, md5: 82506f1610240bf799bfd5fe397a21c2.dir
  13. WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files:                                                                          
  14. name: DATA/processed/dataset.csv, md5: 86f335ff2b83df19cdaa028610ed2a7f                                                                                                    
  15. name: DATA/processed/sensors.csv, md5: 2f886946445dac233f3e2612827c7d2b
  16. name: DATA/processed/anomalies.csv, md5: b0ad6ff7a8ab9d6254c127bafd17f9f6
  17. name: DATA/raw/sensors, md5: f8c11478287fa8c2832a96ce2e664ce4.dir
  18. name: DATA/raw/weather, md5: 82506f1610240bf799bfd5fe397a21c2.dir
  19. WARNING: Cache 'HashInfo(name='md5', value='82506f1610240bf799bfd5fe397a21c2.dir', dir_info={})' not found. File 'DATA/raw/weather' won't be created.                      
  20.  0% Checkout|                                                                                                                                  |0/66 [00:00<?,     ?file/s]file 'DATA/raw/weather' is going to be removed. Are you sure you want to proceed? [y/n] y                                                                                  
  21. WARNING: Cache 'HashInfo(name='md5', value='b0ad6ff7a8ab9d6254c127bafd17f9f6', dir_info=None)' not found. File 'DATA/processed/anomalies.csv' won't be created.            
  22. WARNING: Cache 'HashInfo(name='md5', value='86f335ff2b83df19cdaa028610ed2a7f', dir_info=None)' not found. File 'DATA/processed/dataset.csv' won't be created.              
  23. WARNING: Cache 'HashInfo(name='md5', value='2f886946445dac233f3e2612827c7d2b', dir_info=None)' not found. File 'DATA/processed/sensors.csv' won't be created.              
  24. WARNING: Cache 'HashInfo(name='md5', value='f8c11478287fa8c2832a96ce2e664ce4.dir', dir_info={})' not found. File 'DATA/raw/sensors' won't be created.                      
  25. A       DATA/processed/trafic_level.csv                                                                                                                                    
  26. A       DATA/raw/mosecom/                                                                                                                                                  
  27. A       DATA/processed/mosecom_station.csv                                                                                                                                  
  28. A       DATA/processed/mosecom_moscow_pm.csv                                                                                                                                
  29. 4 files added and 5 files failed                                                                                                                                            
  30. ERROR: failed to pull data from the cloud - Checkout failed for following targets:                                                                                          
  31. DATA/raw/weather                                                                                                                                                            
  32. DATA/processed/anomalies.csv                                                                                                                                                
  33. DATA/processed/dataset.csv                                                                                                                                                  
  34. DATA/processed/sensors.csv                                                                                                                                                  
  35. DATA/raw/sensors
  36. Is your cache up to date?
  37. <https://error.dvc.org/missing-files>
  38.  
Add Comment
Please, Sign In to add comment