Failed to install

I cloned the latest code and compiled on my PC. However, error occured in pip install.

 C:\Users\liouyuandong\Projects\tvm> pip install -e python
Obtaining file:///C:/Users/liouyuandong/Projects/tvm/python
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [11 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "C:\Users\liouyuandong\Projects\tvm\python\setup.py", line 208, in <module>
          shutil.copy(path, os.path.join(CURRENT_DIR, "tvm"))
        File "C:\Users\liouyuandong\miniconda3\Lib\shutil.py", line 431, in copy
          copyfile(src, dst, follow_symlinks=follow_symlinks)
        File "C:\Users\liouyuandong\miniconda3\Lib\shutil.py", line 236, in copyfile
          raise SameFileError("{!r} and {!r} are the same file".format(src, dst))
      shutil.SameFileError: 'C:\\Users\\liouyuandong\\Projects\\tvm\\python\\tvm\\tvm.dll' and 'C:\\Users\\liouyuandong\\Projects\\tvm\\python\\tvm\\tvm.dll' are the same file
      Use git describe based version 0.19.dev52+g567eeed38
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

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