You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to install this package using python 3, but import android failed because of print without (). I guess package is published incorrectly and "advertises" itself as both 2.7 and 3.*.
Also when I fixed print(), it still failed to load because of dependency toast. Again, I guess that package should list all its dependencies.
I would like to add that even with this problem this package is useful, as my IDE (IntelliJ) stopped complaining about missing import "android", so thank you! But I am sure it has more value that just that :)
The text was updated successfully, but these errors were encountered:
I was able to install this package using python 3, but import android failed because of print without (). I guess package is published incorrectly and "advertises" itself as both 2.7 and 3.*.
Also when I fixed print(), it still failed to load because of dependency toast. Again, I guess that package should list all its dependencies.
I would like to add that even with this problem this package is useful, as my IDE (IntelliJ) stopped complaining about missing import "android", so thank you! But I am sure it has more value that just that :)
The text was updated successfully, but these errors were encountered: