About 50 results
Open links in new tab
  1. python - Excel file format cannot be determined, you must specify an ...

    Jul 22, 2021 · I am not sure why I am getting this error although sometimes my code works fine! Excel file format cannot be determined, you must specify an engine manually. Here ...

  2. 'credential-manager' is not a git command - Stack Overflow

    Jul 14, 2023 · Thanks - unfortunately that doesn't seem to work (note the command doesn't give any output): $ git config --global credential.helper manager-core $ git pull git: 'credential-manager' is not a …

  3. ModuleNotFoundError: No module named 'numpy._core'

    Jul 17, 2024 · I am trying to load a .npy file created on my local PC with np.save() in google colaboratory. However, when I try to open it on Google Colab with np.load() I get this error: …

  4. Excel macros disappeared - Stack Overflow

    Oct 23, 2020 · My Excel file had a load of macros and now when I click Developer - Macros, they don't show up in the list, the list is empty. How do I fix?

  5. powerquery - Power Automate to automatically refresh Excel and send ...

    Aug 19, 2021 · Two part question: (1) Use Power Automate to Automatically have Excel power query tables auto refresh without having to open the excel workbook. (2) Trigger a Power Automate Flow to …

  6. When and why should I use ConfigureAwait(false) in C# async/await?

    Dec 16, 2025 · I'm working on a C# application and have encountered situations where I'm not sure if I should be using ConfigureAwait(false) on my await calls. I've read some documentation, but the …

  7. python - How do I solve "error: externally-managed-environment" …

    When I run pip install xyz on a Linux machine (using Debian or Ubuntu or a derived Linux distribution), I get this error: error: externally-managed-environment × This environment is externally ma...

  8. Windows Kill Process By PORT Number - Stack Overflow

    Mar 23, 2019 · Option 2 PowerShell Get-Process -Id (Get-NetTCPConnection -LocalPort portNumber).OwningProcess cmd C:\> netstat -a -b (Add -n to stop it trying to resolve hostnames, …

  9. NETSDK1045: The current .NET SDK does not support targeting .NET …

    Jan 15, 2024 · NETSDK1045: The current .NET SDK does not support targeting .NET 8.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. I discovered that the …

  10. Git push results in "Authentication Failed" - Stack Overflow

    Jul 15, 2013 · If you enabled two-factor authentication in your GitHub account you won't be able to push via HTTPS using your accounts password. Instead you need to generate a personal access token. …