Advertisement
Guest User

Error

a guest
Jun 17th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Could not install packages due to an EnvironmentError: Could not find a suitable TLS CA certificate bundle, invalid path: C:\Program Files\Total Defense\Internet Security Suite\Anti-Phishing
  2. Collecting pybooru
  3.  
  4. Traceback (most recent call last):
  5. File "Z:/New folder/Danbooru-Downloader-master/userfriendly.py", line 47, in <module>
  6. from pybooru import Danbooru #the library that makes it work
  7. ModuleNotFoundError: No module named 'pybooru'
  8.  
  9. During handling of the above exception, another exception occurred:
  10.  
  11. Traceback (most recent call last):
  12. File "Z:/New folder/Danbooru-Downloader-master/userfriendly.py", line 51, in <module>
  13. subprocess.check_call(["python", '-m', 'pip', 'install', 'pybooru']) # install pybooru
  14. File "C:\Users\user\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 347, in check_call
  15. raise CalledProcessError(retcode, cmd)
  16. subprocess.CalledProcessError: Command '['python', '-m', 'pip', 'install', 'pybooru']' returned non-zero exit status 1.
  17.  
  18. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement