דילוג לתוכן
  • חוקי הפורום
  • פופולרי
  • לא נפתר
  • משתמשים
  • חיפוש גוגל בפורום
  • צור קשר
עיצובים
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • ברירת מחדל (ללא עיצוב (ברירת מחדל))
  • ללא עיצוב (ברירת מחדל)
כיווץ
מתמחים טופ
  1. דף הבית
  2. קטגוריות בהרצה
  3. תכנות
  4. Python
  5. עזרה הדדית - Python
  6. בקשת מידע | האם ניתן להתקין מודולי Python במחשב לא מקוון (על ידי הורדה ממחשב אחר)?

בקשת מידע | האם ניתן להתקין מודולי Python במחשב לא מקוון (על ידי הורדה ממחשב אחר)?

מתוזמן נעוץ נעול הועבר עזרה הדדית - Python
6 פוסטים 6 כותבים 192 צפיות 6 עוקבים
  • מהישן לחדש
  • מהחדש לישן
  • הכי הרבה הצבעות
תגובה
  • תגובה כנושא
התחברו כדי לפרסם תגובה
נושא זה נמחק. רק משתמשים עם הרשאות מתאימות יוכלו לצפות בו.
  • מ מנותק
    מ מנותק
    מוששש
    כתב ב נערך לאחרונה על ידי
    #1

    Is it possible to install Python modules on an offline computer (by downloading from another computer)?

    Y a.y.f.A sivan22S NH.LOCALN 4 תגובות תגובה אחרונה
    0
    • מ מוששש

      Is it possible to install Python modules on an offline computer (by downloading from another computer)?

      Y מנותק
      Y מנותק
      Yehuda 1
      כתב ב נערך לאחרונה על ידי Yehuda 1
      #2

      @מוששש כן, לרוב אפשר להוריד את החבילה (קובץ whl) ולהתקין עם פקודת pip

      תגובה 1 תגובה אחרונה
      1
      • א מנותק
        א מנותק
        איינשטיין
        כתב ב נערך לאחרונה על ידי
        #3

        python_book.pdf
        כאן יש מדריך לפייתון.
        בהתחלה יש הסבר מאיפה להוריד קובצי התקנה (במקרה הזה exe.)
        לי זה עבד אופליין.

        תגובה 1 תגובה אחרונה
        0
        • מ מוששש

          Is it possible to install Python modules on an offline computer (by downloading from another computer)?

          a.y.f.A מנותק
          a.y.f.A מנותק
          a.y.f.
          כתב ב נערך לאחרונה על ידי
          #4

          @מוששש כתב בבקשת מידע | האם ניתן להתקין מודולי Python במחשב לא מקוון (על ידי הורדה ממחשב אחר)?:

          Is it possible to install Python modules on an offline computer (by downloading from another computer)?

          are you mean the option import?

          זה מעשה שלי, וזה מעשה שלו. ועוד, למה לנו לדבר מאחרים?

          תגובה 1 תגובה אחרונה
          0
          • מ מוששש

            Is it possible to install Python modules on an offline computer (by downloading from another computer)?

            sivan22S מנותק
            sivan22S מנותק
            sivan22
            כתב ב נערך לאחרונה על ידי
            #5

            @מוששש כתב בבקשת מידע | האם ניתן להתקין מודולי Python במחשב לא מקוון (על ידי הורדה ממחשב אחר)?:

            Is it possible to install Python modules on an offline computer (by downloading from another computer)?

            in https://pypi.org you can search for your
            package and download the source code or
            a precompiled whl file. then install it with pip from local storage.

            תגובה 1 תגובה אחרונה
            1
            • מ מוששש

              Is it possible to install Python modules on an offline computer (by downloading from another computer)?

              NH.LOCALN מנותק
              NH.LOCALN מנותק
              NH.LOCAL
              מדריכים
              כתב ב נערך לאחרונה על ידי
              #6

              @מוששש This is the answer in a nutshell (source: Chatgpt)

              Installing a PIP package on a computer without internet involves a few steps. PIP is a package manager for Python that helps you install and manage Python packages.

              1. Download the Package:

                • On a computer with internet access, visit the Python Package Index (PyPI) website at https://pypi.org/.
                • Search for the package you need and download the .tar.gz or .zip file.
              2. Transfer the Package:

                • Transfer the downloaded package file to the computer without internet using a USB drive or any other means.
              3. Navigate to the Package Directory:

                • On the computer without internet, unzip the package file and navigate to the extracted directory using the command line or terminal.
              4. Install the Package:

                • Once inside the package directory, run the following command to install the package:
                  pip install .
                  
                  This command tells PIP to install the package from the current directory.

              לכל הפרוייקטים שלי
              https://nhlocal.github.io

              תגובה 1 תגובה אחרונה
              0

              • התחברות

              • אין לך חשבון עדיין? הרשמה

              • התחברו או הירשמו כדי לחפש.
              • פוסט ראשון
                פוסט אחרון
              0
              • חוקי הפורום
              • פופולרי
              • לא נפתר
              • משתמשים
              • חיפוש גוגל בפורום
              • צור קשר