"pip install"로 TensorFlow를 설치하는 경우, TensorBoard 실행 시 아래와 같은 에러메세지가 발생할 수 있다 (http://0.0.0.0:6006으로 접속해 보면 TensorBoard 로고는 나오지만 내용 없이 공백만 나온다). 이와 같은 경우 TensorBoard가 제대로 설치되지 않은 경우이니 TensorFlow 소스로부터 직접 TensorBoard를 빌드할 필요가 있다. WARNING:tensorflow:IOError [Errno 2] No such file or directory: '/home/dwlee/.python_virtual_envs/py27/local/lib/python2.7/site-packages/tensorflow/tensorboard/TAG' on pat..
PyQt5 프로그램을 실행할 때, 아래와 같은 에러가 발생할 수 있다. OS X의 경우: This application failed to start because it could not find or load the Qt platform plugin "cocoa". Windows의 경우: This application failed to start because it could not find or load the Qt platform plugin "windows". 이러한 문제를 해결하는 임시방편 중 하나는, 자신의 시스템에 따라 적절한 plugin 디렉토리를 직접 명시적으로 지정해 주는 것이다. 나의 경우 OS X에서 "brew install"로 Qt5를 설치했기 때문에 아래와 같이 디렉토리를 지정하였..
Python에서 (또는 Cython에서) 외부 라이브러리를 사용할 때 (주로 Python wrapper 모듈을 통해 사용), 외부(external or third party) 동적 라이브러리(dynamic library, DLL) 또는 공유 라이브러리 (shared library, SO)가 들어있는 디렉토리가 dynamic linker가 참조하는 환경변수에 포함돼 있어야 한다. 운영체제에 따라 프로그램 실행 과정에서 동적 라이브러리를 찾는 방법이 다르니, '적절한' 환경변수에 해당 라이브러리가 들어있는 경로를 추가해 주면 된다. 예를 들어, Windows에서는 "PATH", Linux 배포판에서는 "LD_LIBRARY_PATH", OSX에서는 "DYLD_LIBRARY_PATH"에 동적 라이브러리가 들어있..
http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows http://www.qtforum.org/article/24337/error-running-qt-application.html QtCore4.dll 등과 같은 Qt의 바이너리들이 여러 프로그램에 포함되어 있기 때문에 내가 사용하고자 하는 버전의 QtCore4.dll이 가장 먼저 인식되도록 조작을 해줘야 한다. 시스템 변수의 path에서 사용하고자 하는 Qt의 dll이 들어있는 폴더가 가장 앞에 오도록 한다. 예를 들면, "...\Qt\qt\bin"와 같은 경로가 path 환경 변수의 가장 앞에 오도록 한다. (※ 참고 : 환경 변수에 의해 참조되는 매틀랩 폴더에도 QtCore4.dll이 들어있다..
from distutils.core import setup, Extension module = Extension('_Test', sources=['Test_wrap.cxx',], ) setup (#name = '', #version = '0.1', #author = "", #description = """Simple swig example from docs""", ext_modules = [module], py_modules = ["Test"], )
[문제 상황] 파이썬 문서(http://docs.python.org/extending/windows.html)에 나와있는 대로 따라하는 과정에서 문제가 발생하였다. (컴파일 환경은 Python 3.1 및 Visual C++ 2008 Pro.) 해당 파이썬 문서에는 다음과 같은 내용이 있다. 아주 간편해 보인다. 4. Building C and C++ Extensions on Windows// 중략.. To build extensions using these instructions, you need to have a copy of the Python sources of the same version as your installed Python. You will need Microsoft Visual C++..
- Total
- Today
- Yesterday
- QPrinter.A4
- 이상한 문자
- C++
- ctypes
- 설치
- structure
- armadillo c++
- tensorflow
- PyQt
- MSVC++
- matrix multiplication
- 볼륨 낮춤
- Visual C++
- destructor
- GSX 1000 pro
- cython
- QPrinter.Letter
- Accelerated C++
- dll
- QT
- CanDrA
- pandas
- TensorBoard
- how to solve it
- GSX 1200 pro
- Python
- 볼륨 조절
- TCGA
- Item 9
- volume dial
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |