sublimelsp / LSP

Client implementation of the Language Server Protocol for Sublime Text
https://lsp.sublimetext.io/
MIT License
1.65k stars 182 forks source link

Error installing the server: 'ResourcePath' object has no attribute 'copytree' #1790

Closed y1lichen closed 3 years ago

y1lichen commented 3 years ago

Describe the bug Error installing the server: 'ResourcePath' object has no attribute 'copytree'.

To Reproduce Steps to reproduce the behavior:

  1. Just simply open any file

Screenshots

截圖 2021-07-13 下午2 46 12

Environment (please complete the following information):

jfcherng commented 3 years ago

What if you run Package Control: Satisfy Dependencies?

y1lichen commented 3 years ago

What if you run Package Control: Satisfy Dependencies?

I still got the same issue. BTW, I had reinstalled both ST4 and lsp package

jfcherng commented 3 years ago

Could you try

Preferences => Browse Packages... => delete sublime_lib directory => re-run Package Control: Satisfy Dependencies => restart ST

y1lichen commented 3 years ago

Oh! Everything is fine now. Thanks a lot. 謝謝你

rwols commented 3 years ago

Glad to hear things worked out.