mfuentesg / SyncSettings

Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
https://mfuentesg.dev/SyncSettings
MIT License
288 stars 38 forks source link

I can't install Sync Settings via package control on sublime text 3 build 3143 #98

Closed arthurokonkwo closed 6 years ago

arthurokonkwo commented 6 years ago

I followed the installation instruction at Sync Settings package page but when select Sync setting in the list of packages to be installed, sublime will return an error in the console. Below is the error message

Package Control: The dependency 'requests' is not currently installed; installing... Package Control: The dependency 'requests' is not available Package Control: The dependency 'requests' could not be installed or updated ignored packages updated to: ["Vintage"] reloading settings Packages/User/Package Control.sublime-settings reloading settings Packages/User/Preferences.sublime-settings reloading settings Packages/User/Preferences.sublime-settings

Please, how do I fix this problem? I want to sync my settings and packages on a new computer.

mfuentesg commented 6 years ago

Hey @arthurokonkwo , that is not a problem of Sync Settings. Try with this solution https://github.com/wbond/package_control/issues/874#issuecomment-73521706

Antroll commented 6 years ago

Same as @arthurokonkwo. @mfuentesg, In this case, the Package Control is not in the ignore list screenshot

arthurokonkwo commented 6 years ago

Hello, @mfuentesg I followed the link but Package Control is not on the ignore list. I re-installed Sublime and tried again, yet no solution. So when I try o install, I get the same error.

sync settings error
arthurokonkwo commented 6 years ago

I guess you may need to pay more attention to this

Package Control: The dependency 'requests' is not currently installed; installing... Package Control: The dependency 'requests' is not available Package Control: The dependency 'requests' could not be installed or updated

Antroll commented 6 years ago

So, this isn't an issue with Sync Settings—it's an issue with Package Control's ability to interface with GitHub now that GitHub has dropped support for an older cryptography method. wbond/package_control#1334

arthurokonkwo commented 6 years ago

Finally, the problem has been fixed by Wbond. I just check for sublime update and then tried installing Sync Setting via package control and it instaled successfully.