DebasishDhal
DebasishDhal
> I am reponening this as moviepy is supposed to work "out of the box". And a solution based on conda is not universal. I'm using MoviePy on Colab and...
There seems to be some inconsistency in Openstreet API. # Not working ``` from geopy.geocoders import Nominatim loc = Nominatim(user_agent="GetLoc") getLoc = loc.geocode("Severobaykalsk") #Doesn't work, but if input is Severobaykal'sk,...
Yes, you are right. The snipper you provided has an erroneous English transliteration, it should be Severobaykalsk. It seems like it's indeed an issue with transliteration. Setting en=Severobaykalsk should resolve...
@lonvia Just to add and to ensure that the correct feedback is taken, the data for ```Severobaykalsk``` city exists, but there is an issue with the punctuation mark. Without the...
I just faced the same problem. Even if I uninstall and re-install cursor, the problem persists.