About 50 results
Open links in new tab
  1. python - What does '-c' or '-m' mean in the command line? - Ask Ubuntu

    Dec 12, 2019 · For example python3 -c 'print("hello world")' For python, the -c argument requires a parameter specifying a command you would like the python interpreter to run. This command is …

  2. python - CERTIFICATE_VERIFY_FAILED error - Ask Ubuntu

    Mar 8, 2010 · Can you post a more complete traceback? Often these problems emerge from a failure of robust certificate handling within a dependent library, and that hCaptcha library looks like a likely culprit.

  3. fatal error :"python.h" no file or directory? - Ask Ubuntu

    The python3-dev package depends on a python3.x-dev package, (where 3.x is the system version of Python) and on the libpython3-dev package, which in turn depends on a corresponding libpython3.x …

  4. python - Python3 [SSL: CERTIFICATE_VERIFY_FAILED] Unable to get …

    Dec 21, 2022 · ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:992) During handling of the above exception, …

  5. Why does Ctrl + C not kill Python running in terminal?

    Mar 31, 2020 · It's because of the design of the Python interpreter and interactive session. Ctrl + C sends a signal, SIGINT, to the Python process, which the Python interpreter handles by raising the …

  6. python - Pip is not working: ImportError: No module named 'pip ...

    Apr 15, 2018 · 3 I got the same problem as you just now, I found the reason is that you are working without superuser privilege since some internal python packages or modules are installed under …

  7. python subprocess.call () not working as expected - Ask Ubuntu

    Jul 22, 2016 · 0 Note that using os.chdir() can cause unintended side-effects, e.g. if you are using multithreading. subprocess methods all provide a cwd keyword argument that will run the requested …

  8. Python: no module named datetime? - Ask Ubuntu

    Aug 10, 2014 · According to dpkg -S $(python -c "import datetime; print datetime.__file__"), the datetime module is from the libpython2.7-stdlib package. Is that package correctly installed? Can you try …

  9. How do I set up the simplest HTTP local server? - Ask Ubuntu

    Dec 18, 2018 · python -m http.server port If you want to share files and dirs, cd into whichever directory you want to serve cd /my/html/files python -m http.server 8080 Should you want to use an address …

  10. Unable to install Automatic1111 Stable Diffusion on 24.04 due to …

    Apr 27, 2024 · I'm contemplating going back to Ubuntu 22.04 because I'm facing an issue with installing Stable Diffusion (via Automatic1111) on my newly installed Ubuntu 24.04. The sole purpose of …