Elias Coutinho

Results 10 comments of Elias Coutinho

I'm looking for exactly something like this.

Solved with this tip: https://stackoverflow.com/questions/62260608/kivy-garden-mapview-deploying-error-with-buildozer

Problems when using pyrebase with kivy: I have two theories: 1 - Or these imports are wrong: a) from pyrebase import pyrebase b) import pyrebase I tested both and it...

https://github.com/RobertFlatt/Android-for-Python/tree/main/Android-for-Python-Users#requirements

Remove the word pyrebase from the file and name in the settings, example: pyrebaseConfig.py change to config.py or in firebase = pyrebase.initialize_app(config)

Mesmo assim continuou, acho que tem outros pontos atrapalhando: Traceback (most recent call last): File "c:\Users\EliasPai\Automatiza-o\Web-Scraping Google Maps #1.py", line 163, in merged_df = pd.concat(df_list) File "C:\Users\EliasPai\kivy_venv\lib\site-packages\pandas\util\_decorators.py", line 331, in...

Pelo visto # use compreensão de lista para criar uma lista de arquivos csv csv_files = [file for file in os.listdir(path) if file.endswith('.csv')] Não está encontrando nenhum arquivo do tipo...

De fato o problema era de atenção, no final do código tem o local para onde vão as listas em csv, eu havia adicionado um outro diferente, pós corrigir funcionou....