C:\Anaconda3\python.exe E:/Project/universe/Real-Time-Face-Expression-Recognition-master/main.py Traceback (most recent call last): File "E:/Project/universe/Real-Time-Face-Expression-Recognition-master/main.py", line 1, in from flask import Flask, render_template, Response File "C:\Anaconda3\lib\site-packages\flask\__init__.py", line 21, in from .app import Flask File "C:\Anaconda3\lib\site-pac..
conda create -n [환경명] python=[버전] [root@nipa2019-0010 etc] conda create -n mrc python=3.6.8 Collecting package metadata (current_repodata.json): done Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: done ==> WARNING: A newer version of conda exists.
이미지 face landmark를 위해 pip install dlib를 하였는데 아래와 같이 설치가 안되고 있다 Collecting dlib Using cached dlib-19.19.0.tar.gz (3.2 MB) Building wheels for collected packages: dlib Building wheel for dlib (setup.py) ... error ERROR: Command errored out with exit status 1: command: 'C:\Anaconda3\envs\python\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\user\\AppData\\Local\\..
module compiled against API version 0xc but this version of numpy is 0xb 에러 대처법 넘파이(numpy)도 버전의 영향을 받는 것으로 판단된다. 파이썬(Python)의 고질적인 문제인데, 자바(Java)같은 경우는 프로젝트 별로 라이브러리(Library)를 자유롭게 조절할 수 있지만, 파이썬은 이것이 상당히 좀 귀찮다. 해결방법은 당연히, 버전을 변경하는 것인데, pip install --upgrade numpy C:\Windows\System32>pip install --upgrade numpyCollecting numpy Downloading https://files.pythonhosted.org/packages/62/47/54baeff52b3..