Advertisement
brucewhealton

Error When Running Virtualenv Command

Oct 17th, 2015
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. D:\venvs>virtualenv test3
  2. Using base prefix 'c:\\program files\\python 3.5'
  3. New python executable in test3\Scripts\python.exe
  4. Installing setuptools, pip, wheel...
  5. Complete output from command D:\venvs\test3\Scripts\python.exe -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip wheel:
  6. Ignoring indexes: https://pypi.python.org/simple
  7. Collecting setuptools
  8. The repository located at None is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host None'.
  9. The repository located at None is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host None'.
  10. The repository located at None is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host None'.
  11. The repository located at None is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host None'.
  12. The repository located at None is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host None'.
  13. The repository located at None is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host None'.
  14. The repository located at None is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host None'.
  15. The repository located at None is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host None'.
  16. The repository located at None is not a trusted or secure host and is being ignored. If this repository is available via HTTPS it is recommended to use HTTPS instead, otherwise you may silence this warning and allow it anyways with '--trusted-host None'.
  17. Could not find a version that satisfies the requirement setuptools (from versions: )
  18. No matching distribution found for setuptools
  19. ----------------------------------------
  20. ...Installing setuptools, pip, wheel...done.
  21. Traceback (most recent call last):
  22. File "c:\program files\python 3.5\lib\runpy.py", line 170, in _run_module_as_main
  23. "__main__", mod_spec)
  24. File "c:\program files\python 3.5\lib\runpy.py", line 85, in _run_code
  25. exec(code, run_globals)
  26. File "C:\Program Files\Python 3.5\Scripts\virtualenv.exe\__main__.py", line 9, in <module>
  27. File "c:\program files\python 3.5\lib\site-packages\virtualenv.py", line 832, in main
  28. symlink=options.symlink)
  29. File "c:\program files\python 3.5\lib\site-packages\virtualenv.py", line 1004, in create_environment
  30. install_wheel(to_install, py_executable, search_dirs)
  31. File "c:\program files\python 3.5\lib\site-packages\virtualenv.py", line 969, in install_wheel
  32. 'PIP_NO_INDEX': '1'
  33. File "c:\program files\python 3.5\lib\site-packages\virtualenv.py", line 910, in call_subprocess
  34. % (cmd_desc, proc.returncode))
  35. OSError: Command D:\venvs\test3\Scripts\python.exe -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip wheel failed with error code 1
  36.  
  37. D:\venvs>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement