Anderson Carlos Ferreira da Silva

Results 6 comments of Anderson Carlos Ferreira da Silva

Hello, I just want to share my solution to run on Windows (Docker/WSL2): ``` #!/bin/bash set -x # change directory to the where you would like to install Pelias #...

Hello @clampr, Here it is: https://github.com/meteostat/meteostat-python/pull/143 Thank you,

Hello @danielkaiser, Well, I was testing your suggestion and I found that it does not work if Chromium/Chrome was not installed by a wizard. However, my solution still works in...

> ```python > import winreg > with winreg.OpenKeyEx(winreg.HKEY_CURRENT_USER, r"Software\Google\Chrome\BLBeacon") as key: > version = winreg.QueryValueEx(key, "version")[0] > ``` Done!

> Hi @andersoncarlosfs, sorry for the late response, I haven't had access to my windows machine lately to test things. > > The issue I see with this solution is...

Hello @danielkaiser , Please, feel free to make suggestions! Have a nice day,