اذهب إلى المحتوى

السؤال

نشر (معدل)

عندما احمل مكتبة kivy تظهر هذه المشكل دائما

(kivy_venv) C:\Users\pro>python -m pip install kivy[base] kivy_examples
Collecting kivy[base]
  Using cached Kivy-2.0.0.tar.gz (23.7 MB)
  Installing build dependencies ... error
  error: subprocess-exited-with-error

  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [10 lines of output]
      Collecting setuptools
        Using cached setuptools-60.9.0-py3-none-any.whl (1.1 MB)
      Collecting wheel
        Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)
      Collecting cython!=0.27,!=0.27.2,<=0.29.21,>=0.24
        Using cached Cython-0.29.21-py2.py3-none-any.whl (974 kB)
      Collecting kivy_deps.gstreamer_dev~=0.3.1
        Using cached kivy_deps.gstreamer_dev-0.3.3-cp310-cp310-win_amd64.whl (3.9 MB)
      ERROR: Could not find a version that satisfies the requirement kivy_deps.sdl2_dev~=0.3.1 (from versions: 0.4.2, 0.4.3, 0.4.4)
      ERROR: No matching distribution found for kivy_deps.sdl2_dev~=0.3.1
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

 

تم التعديل في بواسطة Hassan Hedr
توضيح العنوان وتنسيق الخرج

Recommended Posts

  • 0
نشر

أرجو تجريب التنصيب مع تشغيل مدير الأوامر cmd مع صلاحيات الأدمن، وذلك بعد البحث في قائمة ويندوز نختار run as administrator ثم معاودة المحاولة.

التوثيق الرسمي يحوي الخطوات للتنصيب على كل الأجهزة، منها ويندوز و هذا يتطلب تنصيب بيئة وهمية و متابعة الأوامر كما في التوفيق، توثيق المكتبة من الرابط هنا

python -m pip install --upgrade pip setuptools virtualenv

python -m virtualenv kivy_venv

kivy_venv\Scripts\activate

python -m pip install kivy[base] kivy_examples

وفي حال استمرت المشكلة، قم بالتنفيذ من الأمر لتجنب التعارض مع المكتبات الأخرى

python -m pip install --ignore-installed kivy.deps.sdl2 kivy.deps.glew

يمكنك الاستفادة من الأسئلة:

 

انضم إلى النقاش

يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.

زائر
أجب على هذا السؤال...

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   جرى استعادة المحتوى السابق..   امسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

  • إعلانات

  • تابعنا على



×
×
  • أضف...