Advertisement
Guest User

error

a guest
Aug 14th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Users\biomed\AppData\Local\Temp\tmprpdgg_if\waf-waf-1.8.19\waflib\Node.py", line 540, in ant_iter
  3. raise StopIteration
  4. StopIteration
  5.  
  6. The above exception was the direct cause of the following exception:
  7.  
  8. Traceback (most recent call last):
  9. File "C:\Users\biomed\AppData\Local\Temp\tmprpdgg_if\waf-waf-1.8.19\waflib\Scripting.py", line 161, in waf_entry_point
  10. run_commands()
  11. File "C:\Users\biomed\AppData\Local\Temp\tmprpdgg_if\waf-waf-1.8.19\waflib\Scripting.py", line 263, in run_commands
  12. ctx = run_command(cmd_name)
  13. File "C:\Users\biomed\AppData\Local\Temp\tmprpdgg_if\waf-waf-1.8.19\waflib\Scripting.py", line 247, in run_command
  14. ctx.execute()
  15. File "C:\Users\biomed\AppData\Local\Temp\tmprpdgg_if\waf-waf-1.8.19\waflib\Scripting.py", line 623, in execute
  16. return execute_method(self)
  17. File "C:\Users\biomed\AppData\Local\Temp\tmprpdgg_if\waf-waf-1.8.19\waflib\Build.py", line 248, in execute
  18. self.load_envs()
  19. File "C:\Users\biomed\AppData\Local\Temp\tmprpdgg_if\waf-waf-1.8.19\waflib\Build.py", line 209, in load_envs
  20. lst = node.ant_glob('**/*%s' % CACHE_SUFFIX, quiet=True)
  21. File "C:\Users\biomed\AppData\Local\Temp\tmprpdgg_if\waf-waf-1.8.19\waflib\Node.py", line 631, in ant_glob
  22. ret = [x for x in self.ant_iter(accept=accept, pats=[to_pat(incl), to_pat(excl)], maxdepth=kw.get('maxdepth', 25), dir=dir, src=src, remove=kw.get('remove', True))]
  23. File "C:\Users\biomed\AppData\Local\Temp\tmprpdgg_if\waf-waf-1.8.19\waflib\Node.py", line 631, in <listcomp>
  24. ret = [x for x in self.ant_iter(accept=accept, pats=[to_pat(incl), to_pat(excl)], maxdepth=kw.get('maxdepth', 25), dir=dir, src=src, remove=kw.get('remove', True))]
  25. RuntimeError: generator raised StopIteration
  26. cp .\waf-waf-1.8.19\waf c:\users\biomed\appdata\local\programs\python\python38-32\Scripts\waf
  27. cd C:\Users\biomed\AppData\Roaming\Python\Python38\site-packages\PyInstaller\bootloader
  28. rm -rf C:\Users\biomed\AppData\Local\Temp\tmprpdgg_if
  29. Traceback (most recent call last):
  30. File "C:\Users\biomed\AppData\Local\Programs\Python\Python38-32\Scripts\wafinstall-script.py", line 11, in <module>
  31. load_entry_point('waftools==0.4.13', 'console_scripts', 'wafinstall')()
  32. File "C:\Users\biomed\AppData\Roaming\Python\Python38\site-packages\waftools\wafinstall.py", line 275, in main
  33. install(release, bindir, libdir, tools, set_env)
  34. File "C:\Users\biomed\AppData\Roaming\Python\Python38\site-packages\waftools\wafinstall.py", line 142, in install
  35. cp(src, dst)
  36. File "C:\Users\biomed\AppData\Roaming\Python\Python38\site-packages\waftools\wafinstall.py", line 285, in cp
  37. shutil.copy(src, dst)
  38. File "c:\users\biomed\appdata\local\programs\python\python38-32\lib\shutil.py", line 415, in copy
  39. copyfile(src, dst, follow_symlinks=follow_symlinks)
  40. File "c:\users\biomed\appdata\local\programs\python\python38-32\lib\shutil.py", line 261, in copyfile
  41. with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
  42. FileNotFoundError: [Errno 2] No such file or directory: '.\\waf-waf-1.8.19\\waf'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement