About 239,000 results
Open links in new tab
  1. ImportError: No module named requests - Stack Overflow

    Tried 'sudo pip3 install requests' and it seeed to download, but then when running the file with requests in it, got the typical "ImportError: No module named requests".

  2. powershell 7 can't install module by install-module command

    Jan 16, 2024 · Install-Module Microsoft.PowerShell.PSResourceGet) At some point in the future, Windows itself will ship with this module so that it will be available by default in Windows …

  3. PowerShell 5.1 - How to uninstall module which is currently use

    Import-Module with the path of .psd1 file is likely to work. Still, it doesn't make Remove-Module work 100%. If security is a concern, one can install the module only for the service user with …

  4. Error "Import Error: No module named numpy" on Windows

    Mar 19, 2019 · 18 I also had this problem (Import Error: No module named numpy) but in my case it was a problem with my PATH variables in Mac OS X. I had made an earlier edit to my …

  5. python - ImportError: No module named 'yaml' - Stack Overflow

    sudo apt install python-yaml ----- Updates ----- I had another issue for No module named 'rospkg', but it was also installed already. This is eventually an issue about env path. What solved my …

  6. Powershell import-module doesn't find modules - Stack Overflow

    To load it, I have to Import-Module C:\MyModules\ExampleModule Interestingly, in both cases, doing Get-Module -ListAvailable, shows the modules, but it won't import.

  7. python - No module named pkg_resources - Stack Overflow

    Sep 16, 2011 · I had this problem on CentOS 7, and python-setuptools was already installed, but sudo yum reinstall python-setuptools fixed it.

  8. Error running 'pip install': "ImportError: No module named pip"

    This runs the pip module and asks it to find the requests library on pypi.org (the Python Package Index) and install it in your local system so that it becomes available for you to import.

  9. How to change PowerShell default module installation folder?

    Jun 27, 2019 · Is there a way to change PowerShell module installation folder (the folder that modules are placed after Install-Module)? This is why I want to do this: I'm on Windows 10, …

  10. ModuleNotFoundError: No module named 'imp' - Stack Overflow

    Nov 1, 2023 · File "C:\Users\Utente\.ebcli-virtual-env\Lib\site-packages\cement\core\extension.py", line 8, in <module> from imp import reload # pragma: no …