Jack
Jack
Please consider this. I depend on this foo_audioscrobbler feature quite heavily, and it is the main reason I am still using that component.
If you did not change the default setting for `DIR_IDENTITIES`, then ssh-ident will be looking in the directory `$HOME/.ssh/identities` for any key files. Changing `PATTERN_KEYS` only changes the file name...
> The fear of clicking repost all of my ads and the app crashing is scary as the work to get the ads up again takes time. Reposting an existing...
Cannot use numpy 1.22.0 until I drop support for Python 3.7 The potential security vulnerabilities that numpy 1.22.0 fixes do not affect this project.
This usually indicates a problem with the postal code provided. Are you certain that the postal code you entered is a real postal code? The only way that I see...
Have you updated to the latest version, and does the error say anything else besides "_Error acquiring geo location data_" ? Would you be able to tell me the first...
Are you using MacOS? It seems that you may have to install Python certificates as described here: https://stackoverflow.com/a/53310545 This project uses the `pgeocode` package which needs to download a list...
The dataclasses package is actually a backport for Python 3.6, Python >=3.7 has dataclasses included into the standard library and does not actually need to be installed as a separate...
@rockerguy1978 Support for Python 3.7, 3.8, 3.9 should be fixed with commit 1bb1cad - the dataclasses package will be excluded for these versions as it does not need to be...
Do you have the `wheel` Python package installed in your virtualenv? It appears to be trying to build numpy locally but you're missing a lot of system packages it needs...