cannot import name ‘MutableMapping’ from ‘collections’ [duplicate]

You need to import collections.abc Here the link to doc >>> from collections import MutableMapping Traceback (most recent call last): File “<stdin>”, line 1, in <module> ImportError: cannot import name ‘MutableMapping’ from ‘collections’ (/usr/lib/python3.10/collections/__init__.py) >>> from collections.abc import MutableMapping Deprecated since version 3.3, will be removed in version 3.10: Moved Collections Abstract Base Classes to … Read more

The framework ‘Microsoft.AspNetCore.App’, version ‘5.0.0’ was not found. when it is installed and inside $PATH

I had the same problem. You need to have an ASP.NET runtime. It’s a bit confusing and easily overlooked, but it says you need an Microsoft.AspNetCore.App runtime, and your dotnet –list-runtimes only lists Microsoft.NETCore.Apps. The ArchWiki mentions: This is caused because the runtime is shipped as a separate package in Arch. You just need to … Read more

Can’t Find certain extensions in CODE-OSS(Open source variant of Visual Studio Code)

This can be fixed by adding following to product.json: “extensionsGallery”: { “serviceUrl”: “https://marketplace.visualstudio.com/_apis/public/gallery”, “cacheUrl”: “https://vscode.blob.core.windows.net/gallery/index”, “itemUrl”: “https://marketplace.visualstudio.com/items” } This can also be fixed by copying product.json from an official build (in the .zip archvie, product.json is under /usr/share/code/resources/app/product.json which contains above lines). Depending on your distribution, exact location may vary. More information: https://github.com/Microsoft/vscode/issues/1557

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)