Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. python model.py
  2.  
  3. ... // there's a huge output that's looks to be a file
  4.  
  5. Problem occurred during compilation with the command line below:
  6. g++ -shared -g -O3 -fno-math-errno -Wno-unused-label -Wno-unused-variable -Wno-write-strings -Wl,-rpath,/home/thauck/miniconda/envs/data/lib -D NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m64 -fPIC -I/home/thauck/miniconda/envs/data/lib/python2.7/site-packages/numpy/core/include -I/home/thauck/miniconda/envs/data/include/python2.7 -o /home/thauck/.theano/compiledir_Linux-3.14-0.bpo.2-amd64-x86_64-with-debian-7.6--2.7.8-64/tmpkxtykS/b4f7a60b7c9f9a250601326a9fe2016e.so /home/thauck/.theano/compiledir_Linux-3.14-0.bpo.2-amd64-x86_64-with-debian-7.6--2.7.8-64/tmpkxtykS/mod.cpp -L/home/thauck/miniconda/envs/data/lib -lpython2.7 -lf77blas -lcblas -latlas
  7.  
  8. /usr/bin/ld: cannot find -lf77blas
  9. /usr/bin/ld: cannot find -lcblas
  10. /usr/bin/ld: cannot find -latlas
  11.  
  12. platform : linux-64
  13. conda version : 3.6.0
  14. conda-build version : not installed
  15. python version : 2.7.8.final.0
  16. requests version : 2.3.0
  17. root environment : /home/thauck/miniconda (writable)
  18. default environment : /home/thauck/miniconda/envs/data
  19. envs directories : /home/thauck/miniconda/envs
  20. package cache : /home/thauck/miniconda/pkgs
  21. channel URLs : http://repo.continuum.io/pkgs/free/linux-64/
  22. http://repo.continuum.io/pkgs/pro/linux-64/
  23. config file : None
  24. is foreign system : False
  25.  
  26. # conda environments:
  27. #
  28. data * /home/thauck/miniconda/envs/data
  29. root /home/thauck/miniconda
  30.  
  31. sys.version: 2.7.8 |Continuum Analytics, Inc.| (defau...
  32. sys.prefix: /home/thauck/miniconda
  33. sys.executable: /home/thauck/miniconda/bin/python
  34. conda location: /home/thauck/miniconda/lib/python2.7/site-packages/conda
  35. conda-build: None
  36.  
  37. CIO_TEST: <not set>
  38. CONDA_DEFAULT_ENV: data
  39. CONDA_ENVS_PATH: <not set>
  40. LD_LIBRARY_PATH: <not set>
  41. PATH: /home/thauck/miniconda/envs/data/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
  42. PYTHONHOME: <not set>
  43. PYTHONPATH: <not set>
  44.  
  45. THEANO_FLAGS=blas.ldflags="-L/usr/lib/ -lblas" python model.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement