NativeLib repository not found
martinpelli opened this issue · 12 comments
Hi, I am trying to install push notification plugin, for that I need this plugin.
I have installed the plugin but when I press the NativeLib button on the top right, there is no plugin to search, I think I have to find the LOCAL-NOTIFICATION plugin there but there is nothing. Also, I have an error that says nativelib repository not found and then installed addons/NativeLib/nativelib (34836 bytes)
I don’t have an idea of what means so I think maybe I have to install nativelib on my windows, but when searching on google I can’t find a link to downlod. Can someone guide me? I am very lost here
@martinpelli Could you show all text from godot's output view?
Also I need to know your OS version and godot version.
@martinpelli I added some additional checks in NativeLib addon. Also some error situations now shows more obvious. So update addon with new version.
And I updated README platform notes. Check it.
@DrMoriarty in select python I have this
@martinpelli Looks like command line utility updated packages info, but addon can not find it. Could you check if folder .nativelib
exist in your home directory? (it can be hidden by default)
@martinpelli Looks like command line utility updated packages info, but addon can not find it. Could you check if folder
.nativelib
exist in your home directory? (it can be hidden by default)
Yes, in C:/users/myuser/.nativelib exists
@martinpelli I added path info to error log. Update addon and reopen your project. Than show me all output.
@martinpelli I committed one more change. Test it please.
@martinpelli I committed one more change. Test it please.
Workiing now, but I can´t see the button to install it, and have some errros on output. maybe is because of the path is not usr is users???
@martinpelli One more fix committed. I hope it will be enough to resolve the issue.
@DrMoriarty working now! thanks for your time dude!!