About 4,380,000 results
Open links in new tab
  1. Where are the python modules stored? - Stack Overflow

    Dec 24, 2015 · I have just installed a python module.Where is the module code actually stored on my machine? (is there a default [recommended] location that modules are stored)?

  2. 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 through VSCode (like …

  3. What exactly is a python library? - Stack Overflow

    Aug 28, 2013 · In Python, the term "library" is most commonly used when referring to the Standard Library. The Standard Library comes with Python and is installed along with it, making its modules …

  4. How do I check the versions of Python modules? - Stack Overflow

    I installed the Python modules construct and statlib using setuptools: sudo apt-get install python-setuptools sudo easy_install statlib sudo easy_install construct How do I check their versions f...

  5. VSCode does not detect installed python libraries and modules

    Aug 29, 2024 · I have a Python project open in VSCode that operates various libraries and it's composed of different modules. Venv is activated, and all libraries are installed in venv.

  6. How to step into external functions/packages in Visual Studio Code …

    Dec 3, 2018 · In a Python project, how do you tell the built-in VSCode debugger to step into the code of functions from other libraries on execution? I know it is possible for functions implemented in standard

  7. Cmake is not able to find Python-libraries - Stack Overflow

    Jun 12, 2014 · You can fix the errors by appending to the cmake command the -DPYTHON_LIBRARY and -DPYTHON_INCLUDE_DIR flags filled with the respective folders. Thus, the trick is to fill those …

  8. Importing modules in Python - best practice - Stack Overflow

    I am new to Python as I want to expand skills that I learned using R. In R I tend to load a bunch of libraries, sometimes resulting in function name conflicts. What is best practice in Python. I h...

  9. How to install multiple python packages at once using pip

    Mar 31, 2012 · I know it's an easy way of doing it but i didn't find it neither here nor on google. So i was curious if there is a way to install multiple packages using pip. Something like: pip install prog...

  10. 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 trying to