פרויקט בפיתון מהגיט
-
הורדתי מהגיט את הפרויקט הנ"ל :https://github.com/DanielMbithiMusau/Adaptive-Traffic-Lights
ונסיתי להריץ אותו והוא נתקע לי בהרצה של ה: python setup.py build_ext --inplace
והוא כותב לי את השגיאה:\darkflow\\version.py'>) is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. warnings.warn( running build_ext building 'darkflow.cython_utils.nms' extension error: [WinError 2] The system cannot find the file specified
מה אני יכולה לעשות ?
-
פוסט זה נמחק!
-
בעקרון כן אבל כשהרצתי את השורה pip install -r requirements.txt שזה ההתקנה של כל הסיפריות אבל הוא נתקע ועשה שגיאות ולכן התקנתי שם כל סיפריה בנפרד ומה שהוא לא נתן לי עם הגרסה שהוא נתן התקנתי בלי הגרסה המסוימת וכשאני מריצה את הפקודה הבאה python setup.py build_ext --inplace הוא כותב לי את השגיאה הבאה:
(myenv) PS D:\Miri studies\The big project\smart-TraficLight\smartTraficLights\Adaptive-Traffic-Lights> python3 setup.py build_ext --inplace C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.1008.0_x64__qbz5n2kfra8p0\Lib\site-packages\setuptools\dist.py:544: UserWarning: The version specified (<module 'version' from 'D:\\Miri studies\\The big project\\smart-TraficLight\\smartTraficLights\\Adaptive-Traffic-Lights\\darkflow\\version.py'>) is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. warnings.warn( running build_ext building 'darkflow.cython_utils.nms' extension error: [WinError 2] The system cannot find the file specified
מה אני יכולה לעשות?
-
כן
-