错误提示This is an issue with the package Mentioned above, not pip.

安装不上MulticoreTSNE
问题相关代码,请勿粘贴截图
运行结果及报错内容
我的解答思路和尝试过的方法
我想要达到的结果

Running setup.py clean for MulticoreTSNE
Failed to build MulticoreTSNE
Installing collected packages: MulticoreTSNE
Running setup.py install for MulticoreTSNE ... error
error: subprocess-exited-with-error

× Running setup.py install for MulticoreTSNE did not run successfully.
│ exit code: 1
╰─> [49 lines of output]
running install
D:\miniconda3\envs\torch1.9_gpu\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: set
up.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build
running build_py
creating build
creating build\lib.win-amd64-3.8
creating build\lib.win-amd64-3.8\MulticoreTSNE
copying MulticoreTSNE_init.py -> build\lib.win-amd64-3.8\MulticoreTSNE
creating build\lib.win-amd64-3.8\MulticoreTSNE\tests
copying MulticoreTSNE\tests\test_base.py -> build\lib.win-amd64-3.8\MulticoreTSNE\tests
copying MulticoreTSNE\tests_init
.py -> build\lib.win-amd64-3.8\MulticoreTSNE\tests
running egg_info
writing MulticoreTSNE.egg-info\PKG-INFO
writing dependency_links to MulticoreTSNE.egg-info\dependency_links.txt
writing requirements to MulticoreTSNE.egg-info\requires.txt
writing top-level names to MulticoreTSNE.egg-info\top_level.txt
reading manifest file 'MulticoreTSNE.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'MulticoreTSNE.egg-info\SOURCES.txt'
running build_ext
cmake version 3.18.4

  CMake suite maintained and supported by Kitware (kitware.com/cmake).
  -- Building for: NMake Makefiles
  -- The CXX compiler identification is unknown
  CMake Error at CMakeLists.txt:1 (PROJECT):
    The CMAKE_CXX_COMPILER:
 
      cl
 
    is not a full path and was not found in the PATH.
 
    To use the NMake generator with Visual C++, cmake must be run from a shell
    that can use the compiler cl from the command line.  This environment is
    unable to invoke the cl compiler.  To fix this problem, run cmake from the
    Visual Studio Command Prompt (vcvarsall.bat).
 
    Tell CMake where to find the compiler by setting either the environment
    variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
    to the compiler, or to the compiler name if it is in the PATH.
 
 
  -- Configuring incomplete, errors occurred!
  See also "C:/Users/1/AppData/Local/Temp/pip-install-39o89sj2/multicoretsne_a6ec5939c3df42baba3f45c12452b92f/build/tem

p.win-amd64-3.8/Release/CMakeFiles/CMakeOutput.log".
See also "C:/Users/1/AppData/Local/Temp/pip-install-39o89sj2/multicoretsne_a6ec5939c3df42baba3f45c12452b92f/build/tem
p.win-amd64-3.8/Release/CMakeFiles/CMakeError.log".

  ERROR: Cannot generate Makefile. See above errors.
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> MulticoreTSNE

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.