About 50 results
Open links in new tab
  1. What does colon equal (:=) in Python mean? - Stack Overflow

    What does the := operand mean, more specifically for Python? Can someone explain how to read this snippet of code? node := root, cost = 0 frontier := priority queue containing node only explored :=

  2. How to create a venv with a different Python version

    Dec 20, 2021 · 102 I have different venvs in my machine in which I have Python 3.10. Now for a specific project, I realised that Python 3.10 is not suitable as some libraries are still not compatible. …

  3. uv treating requires-python = ">=3.8" as requiring 3.8.x, rather than ...

    Apr 11, 2025 · Declaring requires-python = ">=3.8" for a project means that "anyone with Python 3.8 (or above) will be able to use it". On the other hand, Numpy 2.0 requires at least Python 3.9, so a user …

  4. Pip for Python 3.8 - Stack Overflow

    I installed Python 3.8 on an Ubuntu18 machine using apt install python3.8, and I verified with the command above that it includes pip. It appears that Ubuntu package doesn't install a pip command …

  5. import - no module named 'dotenv' python 3.8 - Stack Overflow

    Jan 3, 2020 · I had the same issue (Python 3.8.5, dotenv 0.15.0) and was getting ModuleNotFoundError: No module named 'dotenv' in both the console and JupyterLab. All other …

  6. Install Python 3.8 kernel in Google Colaboratory

    Mar 20, 2020 · Simply copying and executing this code will install a new python (!python -V returns 3.8.1), but will not change the notebook's runtime (import sys; sys.version returns 3.7.13).

  7. Why the latest Python 3.8.x release provides no Windows installer?

    I need to install Python 3.8 on a Windows computer and hope to use the latest minor version of 3.8.12. The official release web page provides tarball files of the source code but no Windows installer.

  8. Installing Python 3.8 on windows 7 32bit with SP1

    Dec 4, 2020 · 5 To install Python 3.7 or 3.8, in windows 7 operating system, you need to install Windows 7 Service Pack 1 first and then Update for Windows 7 (KB2533623) (if not installed already).

  9. Python PyAudio installation error in windows i am using python 3.8

    Dec 3, 2020 · Python PyAudio installation error in windows i am using python 3.8 Asked 5 years, 3 months ago Modified 9 months ago Viewed 3k times

  10. How do I install and use Python 3.8 on an Amazon EC2 Linux Instance?

    May 25, 2020 · For example, default Python version in Amazon Linux 2023 may be 3.8, but we will add Python 3.9 (python39) as a separate namespaced package whenever it is made available.