كيفية تثبيت مكتبة HTML5LIB-0.90 لـ Python على Windows؟

StackOverflow https://stackoverflow.com/questions/2285086

  •  21-09-2019
  •  | 
  •  

سؤال

أنا أستخدم Windows ، وأحاول تثبيت مكتبة HTML5LIB-0.90 على Python

C:\>python C:\Users\Junior\Downloads\Python\html5lib-0.90\setup.py install
Traceback (most recent call last):
File "C:\Users\Junior\Downloads\Python\html5lib-0.90\setup.py", line 36, in <module>
for name in os.listdir(os.path.join('src','html5lib'))
WindowsError: [Error 3] The system cannot find the path specified: 'src\\html5lib/*.*'

هل من الممكن تثبيت هذه المكتبة على Windows؟

هل يوجد برنامج تعليمي أو دليل تثبيت؟

هل كانت مفيدة؟

المحلول

محاولة:

C:\>cd \Users\Junior\Downloads\Python\html5lib-0.90\
C:\Users\Junior\Downloads\Python\html5lib-0.90>python setup.py install
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top