-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when automatic installation #43
Comments
Thanks for logging this. Which OS are you using? |
@ppLorins please be sure to update/checkout the latest version of |
I had this problem but I used the python3 and everything worked as expected! Thanks! Great project. |
thanks @alvarojoao, I appreciate the kind words :-) Thanks for reporting your findings. I thought I had most things compatible with python2 and python3, but perhaps I need to revisit. This is valuable info to help me hunt down compatibility issues! |
File "./apt-vim", line 97
return {k.replace('_', '-'): v for k,v in list(self.dict.items())}
this is the err msg , my python version is 2.7
The text was updated successfully, but these errors were encountered: