Advertisement
Guest User

Untitled

a guest
Feb 8th, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. C:------>pip install --upgrade vsbasicvsrpp
  2. Defaulting to user installation because normal site-packages is not writeable
  3. WARNING: Ignoring invalid distribution cas- (c:-------\appdata\roaming\python\python310\site-packages)
  4. WARNING: Ignoring invalid distribution cas- (c:--------\appdata\roaming\python\python310\site-packages)
  5. Collecting vsbasicvsrpp
  6. Using cached vsbasicvsrpp-1.4.1-py3-none-any.whl (21 kB)
  7. Requirement already satisfied: numpy in c:\----------\appdata\roaming\python\python310\site-packages (from vsbasicvsrpp) (1.24.1)
  8. Requirement already satisfied: torch>=1.9.0 in c:\-------------\appdata\roaming\python\python310\site-packages (from vsbasicvsrpp) (1.13.1+cu117)
  9. Collecting mmcv-full>=1.3.13
  10. Using cached mmcv-full-1.7.1.tar.gz (605 kB)
  11. Preparing metadata (setup.py) ... error
  12. error: subprocess-exited-with-error
  13.  
  14. × python setup.py egg_info did not run successfully.
  15. │ exit code: 1
  16. ╰─> [26 lines of output]
  17. C:\Program Files\Python310\lib\site-packages\pkg_resources\__init__.py:123: PkgResourcesDeprecationWarning: VSFilter is an invalid version and will not be supported in a future release
  18. warnings.warn(
  19. C:\Program Files\Python310\lib\site-packages\pkg_resources\__init__.py:123: PkgResourcesDeprecationWarning: -Contrast-Adaptive-Sharpening is an invalid version and will not be supported in a future release
  20. warnings.warn(
  21. C:\Program Files\Python310\lib\site-packages\pkg_resources\__init__.py:123: PkgResourcesDeprecationWarning: Reader-IMWRI is an invalid version and will not be supported in a future release
  22. warnings.warn(
  23. C:\Program Files\Python310\lib\site-packages\pkg_resources\__init__.py:123: PkgResourcesDeprecationWarning: placebo is an invalid version and will not be supported in a future release
  24. warnings.warn(
  25. C:\Program Files\Python310\lib\site-packages\pkg_resources\__init__.py:123: PkgResourcesDeprecationWarning: average is an invalid version and will not be supported in a future release
  26. warnings.warn(
  27. C:\Program Files\Python310\lib\site-packages\pkg_resources\__init__.py:123: PkgResourcesDeprecationWarning: 2.12.cuda118 is an invalid version and will not be supported in a future release
  28. warnings.warn(
  29. Traceback (most recent call last):
  30. File "<string>", line 2, in <module>
  31. File "<pip-setuptools-caller>", line 34, in <module>
  32. File "C:\----------\AppData\Local\Temp\pip-install-vls3h2z9\mmcv-full_4d56e6ebc6a342c88e95401c91794821\setup.py", line 465, in <module>
  33. ext_modules=get_extensions(),
  34. File "C:\Users------------AppData\Local\Temp\pip-install-vls3h2z9\mmcv-full_4d56e6ebc6a342c88e95401c91794821\setup.py", line 369, in get_extensions
  35. ext_ops = extension(
  36. File "C:\Users\----------AppData\Roaming\Python\Python310\site-packages\torch\utils\cpp_extension.py", line 1047, in CUDAExtension
  37. library_dirs += library_paths(cuda=True)
  38. File "C:\Users-------------\AppData\Roaming\Python\Python310\site-packages\torch\utils\cpp_extension.py", line 1186, in library_paths
  39. paths.append(_join_cuda_home(lib_dir))
  40. File "C:\Users\------\AppData\Roaming\Python\Python310\site-packages\torch\utils\cpp_extension.py", line 2230, in _join_cuda_home
  41. raise EnvironmentError('CUDA_HOME environment variable is not set. '
  42. OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root.
  43. [end of output]
  44.  
  45. note: This error originates from a subprocess, and is likely not a problem with pip.
  46. error: metadata-generation-failed
  47.  
  48. × Encountered error while generating package metadata.
  49. ╰─> See above for output.
  50.  
  51. note: This is an issue with the package mentioned above, not pip.
  52. hint: See above for details.
  53. WARNING: Ignoring invalid distribution cas- (c:\--------\appdata\roaming\python\python310\site-packages)
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement