به بخش پرسش و پاسخ یادگیری عمیق خوش آمدید,
این نسخه آزمایشی سایت است.
لطفا به نکات زیر توجه کنید:
  • برای ارتباط با مدیران میتوانید از صفحه مدیران اقدام کنید.
  • سوال و جواب ها باید به زبان فارسی باشند. استفاده از زبان انگلیسی یا فینگلیش برای پاسخ دادن مجاز نیست.
  • لطفا بعد از پرسش سوال لینک سوال خود را در گرو تلگرام (Iran Deep Learning Group) معرفی کنید تا سریعتر به جواب برسید. برای دسترسی به آخرین لینک از منابع یادگیری استفاده کنید
  • لطفا بجای عکس از متن استفاده کنید. اگر متون طولانی هستند از سایت pastebin.com برای اپلود استفاده کرده و لینک حاصل را در سوال خود قرار دهید. برای قرار دادن تصویر ، از بخش ارسال تصویر ادیتور سایت استفاده کنید.
  • بعد از دریافت پاسخ، بهترین پاسخ را از طریق کلیک بر روی علامت تیک انتخاب کنید
  • اگر با خطا و یا مشکلی مواجه شدید از بخش تماس با ما در انتهای صفحه و یا ایمیل Coderx7@gmail.com موضوع را اطلاع دهید.

با تشکر

دسته بندی ها

0 امتیاز

سلام.من وقتی کد ران میکنم میگه کراس نصب نیست و مطابق دستوری که شما برای نصب کراس گفتین یعنی:

pip install keras

من این ارور رو دریافت میکنم:

the system can not specified file

ممنون میشم راهنمایی بفرمایین.

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Honey>pip install keras
Collecting keras
  Using cached Keras-2.1.2-py2.py3-none-any.whl
Collecting pyyaml (from keras)
  Using cached PyYAML-3.12.tar.gz
Requirement already satisfied: scipy>=0.14 in c:\users\honey\anaconda3\envs\tens
er\lib\site-packages (from keras)
Requirement already satisfied: six>=1.9.0 in c:\users\honey\anaconda3\envs\tense
r\lib\site-packages (from keras)
Requirement already satisfied: numpy>=1.9.1 in c:\users\honey\anaconda3\envs\ten
ser\lib\site-packages (from keras)
Building wheels for collected packages: pyyaml
  Running setup.py bdist_wheel for pyyaml ... error
  Complete output from command C:\Users\Honey\Anaconda3\envs\tenser\python.exe -
u -c "import setuptools, tokenize;__file__='C:\\Users\\Honey\\AppData\\Local\\Te
mp\\pip-build-e0ihax3u\\pyyaml\\setup.py';f=getattr(tokenize, 'open', open)(__fi
le__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__,
 'exec'))" bdist_wheel -d C:\Users\Honey\AppData\Local\Temp\tmpu8_nykrcpip-wheel
- --python-tag cp36:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win-amd64-3.6
  creating build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\composer.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\constructor.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\cyaml.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\dumper.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\emitter.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\error.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\events.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\loader.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\nodes.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\parser.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\reader.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\representer.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\resolver.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\scanner.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\serializer.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\tokens.py -> build\lib.win-amd64-3.6\yaml
  copying lib3\yaml\__init__.py -> build\lib.win-amd64-3.6\yaml
  running build_ext
  error: [WinError 2] The system cannot find the file specified

  ----------------------------------------
  Failed building wheel for pyyaml
  Running setup.py clean for pyyaml
Failed to build pyyaml
Installing collected packages: pyyaml, keras
  Running setup.py install for pyyaml ... error
    Complete output from command C:\Users\Honey\Anaconda3\envs\tenser\python.exe
 -u -c "import setuptools, tokenize;__file__='C:\\Users\\Honey\\AppData\\Local\\
Temp\\pip-build-e0ihax3u\\pyyaml\\setup.py';f=getattr(tokenize, 'open', open)(__
file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file_
_, 'exec'))" install --record C:\Users\Honey\AppData\Local\Temp\pip-nxk7fztx-rec
ord\install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build\lib.win-amd64-3.6
    creating build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\composer.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\constructor.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\cyaml.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\dumper.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\emitter.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\error.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\events.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\loader.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\nodes.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\parser.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\reader.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\representer.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\resolver.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\scanner.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\serializer.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\tokens.py -> build\lib.win-amd64-3.6\yaml
    copying lib3\yaml\__init__.py -> build\lib.win-amd64-3.6\yaml
    running build_ext
    error: [WinError 2] The system cannot find the file specified

    ----------------------------------------
Command "C:\Users\Honey\Anaconda3\envs\tenser\python.exe -u -c "import setuptool
s, tokenize;__file__='C:\\Users\\Honey\\AppData\\Local\\Temp\\pip-build-e0ihax3u
\\pyyaml\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().re
place('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --r
ecord C:\Users\Honey\AppData\Local\Temp\pip-nxk7fztx-record\install-record.txt -
-single-version-externally-managed --compile" failed with error code 1 in C:\Use
rs\Honey\AppData\Local\Temp\pip-build-e0ihax3u\pyyaml\

C:\Users\Honey>
توسط (107 امتیاز)
ویرایش شده توسط

1 پاسخ

0 امتیاز

سلام
از اینجا ورژن مورد نظر خودتون رو دانلود و بعد با دستور زیر نصب کنید

 pip3 install PyYAML‑3.12‑cp36‑cp36m‑win_amd64.whl

مثلا من اینجا از ورژن مورد نظر برای پایتون 3.6 استفاده کردم بنظر میاد شما هم از همین ورژن استفاده میکنید. اگر ورژن دیگه ای هست از لینک بالا اونو انتخاب کنید.
حالا دوباره اقدام به نصب کراس بکنید

(اگه خطای pip3 is not recognized as ... گرفتید از pip استفاده کنید)

توسط (4.3k امتیاز)
خوب وقتی دانلودش کردم باید توی کدوم فایل قرارش بدم؟؟؟
توی فایل نصب پایچارم گذاشتم این ارور رو میده
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Honey>pip3 install PyYAML?3.12?cp36?cp36m?win_amd64.whl
'pip3' is not recognized as an internal or external command,
operable program or batch file.
و با زدن این کد هم میگه فایل وجود نداره:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Honey>pip install PyYAML?3.12?cp36?cp36m?win_amd64.whl
Requirement 'PyYAML?3.12?cp36?cp36m?win_amd64.whl' looks like a filename, but th
e file does not exist
PyYAML?3.12?cp36?cp36m?win_amd64.whl is not a valid wheel filename.

C:\Users\Honey>

C:\Users\Honey>
سلام. برای هر سوال کوچیکی یک سوال جداگانه ایجاد نکنید. اگر در مورد یک جواب مشکلی هست، کامنت بزارید و در همون کامنت توضیح بیشتر داده میشه.
اینجا هم کافیه بجای pip3 از pip استفاده کنید. برید در جایی که فایل رو دانلود کردید بعد بزنید pip ادرس فایل و بعد از اینکه نصب شد خیلی معمولی کراس رو نصب کنید.
ببخشید من وارد نبودم اشتباها سوال جدا طرح کردم.
ممنوووون.درست شد.یه هفته هست که درگیرشم.الهی خدا براتون بخواد.ممنون از سایت خوبتون.
...