About 119,000 results
Open links in new tab
  1. How to install Python packages for Spyder - Stack Overflow

    May 21, 2023 · I am using the IDE called Spyder for learning Python. I would like to know in how to go about in installing Python packages for Spyder?

  2. How do I install Python packages on Windows? - Stack Overflow

    Nov 24, 2014 · As I wrote elsewhere Packaging in Python is dire. The root cause is that the language ships without a package manager. Fortunately, there is one package manager for …

  3. How do you make an installer for your python program?

    Just some kind of installer that bundles a minimalistic version of the python version you're using. And an option to have an exe that is just a link to run the python file in the portable python …

  4. python - Where does pip install its packages? - Stack Overflow

    May 1, 2015 · Also, if you have installed Python in a different location than the default, the paths may differ. If you're not sure where the package is installed, you can open a command prompt …

  5. How do I install a Python package with a .whl file?

    Jan 11, 2015 · New Python users on Windows often forget to add Python's \Scripts directory to the PATH variable during the installation. I recommend to use the Python launcher and …

  6. python - How to install packages offline? - Stack Overflow

    What's the best way to download a python package and its dependencies from pypi for offline installation on another machine? Is there any easy way to do this with pip or easy_install? I'm …

  7. How to install a new python module on VSCode? - Stack Overflow

    Aug 1, 2019 · I'm trying to install new python modules on my computer and I know how to install through the terminal, but I wish to know if there is a way to install a new module directly …

  8. Offline Installation of python & pip - Stack Overflow

    May 12, 2015 · The official Python installer for Windows has no other dependencies. It runs completely offline. For other packages that may have dependencies (that are difficult to install …

  9. How to manually install a pypi module without pip/easy_install?

    I want to package all the dependencies for the software to be self-executable on another computer. The gntp module is only available through the pip installer, which cannot be used …

  10. Install python modules/package using IDLE on Windows

    I've downloaded & installed 3 versions of Python from python.org, but still it seems that the packages are not installed. Can anyone tell me how to install modules using IDLE on Windows 7.