About 235,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 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.

  4. TypeError: Webpack imported module is not a function

    May 17, 2020 · 1 Somewhat embarrassing, but in my case the issue was that I had both module.js and module.ts in the same directory as a result of a refactoring.

  5. 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 …

  6. How do I unload (reload) a Python module? - Stack Overflow

    Jan 13, 2009 · Python module’s code is recompiled and the module-level code re-executed, defining a new set of objects which are bound to names in the module’s dictionary by reusing …

  7. python - Python3: ImportError: No module named '_ctypes' when …

    Honestly, @Veky I dida a web search for the error, "ImportError: No module named '_ctypes'" and dug around, probably tried a few things before it worked. Will update answer to clarify with my …

  8. python - ImportError: No module named PIL - Stack Overflow

    from PIL import Image "Pillow is a fork of PIL, the Python Imaging Library, which is no longer maintained. However, to maintain backwards compatibility, the old module name is used." …

  9. python - ImportError: No module named _ssl - Stack Overflow

    No module named '_ssl' I tried for all possible solutions but as you know sometimes things don't work for you and in hosting you don't have access to fully root and run queries. even my …

  10. 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 …