victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 410 forks source link

Failed to install on raspbian #126

Open mikami8 opened 6 years ago

mikami8 commented 6 years ago

I both tried Network installation and Install from the sources and both failed. Would you be so kind to comment?

Network installation

`pi@raspberrypi:~ $ sudo easy_install smop --user Searching for smop Best match: smop 0.41 Processing smop-0.41-py2.7.egg smop 0.41 is already the active version in easy-install.pth Installing smop script to /usr/local/bin

Using /usr/local/lib/python2.7/dist-packages/smop-0.41-py2.7.egg Processing dependencies for smop Searching for scipy Reading https://pypi.python.org/simple/scipy/ Downloading https://files.pythonhosted.org/packages/07/76/7e844757b9f3bf5ab9f951ccd3e4a8eed91ab8720b0aac8c2adcc2fdae9f/scipy-1.1.0.tar.gz#sha256=878352408424dffaa695ffedf2f9f92844e116686923ed9aa8626fc30d32cfd1 Best match: scipy 1.1.0 Processing scipy-1.1.0.tar.gz Writing /tmp/easy_install-TGVFo9/scipy-1.1.0/setup.cfg Running scipy-1.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-TGVFo9/scipy-1.1.0/egg-dist-tmp-D1MEpP /tmp/easy_install-TGVFo9/scipy-1.1.0/setup.py:375: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates warnings.warn("Unrecognized setuptools command, proceeding with " /usr/lib/python2.7/dist-packages/numpy/distutils/system_info.py:572: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. self.calc_info() /usr/lib/python2.7/dist-packages/numpy/distutils/system_info.py:572: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. self.calc_info() /usr/lib/python2.7/dist-packages/numpy/distutils/system_info.py:572: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. self.calc_info() Running from scipy source directory. error: no lapack/blas resources found `

Install from the sources

`pi@raspberrypi:~/Downloads/smop-0.41 $ python setup.py install --user running install running bdist_egg running egg_info creating smop.egg-info writing requirements to smop.egg-info/requires.txt writing smop.egg-info/PKG-INFO writing top-level names to smop.egg-info/top_level.txt writing dependency_links to smop.egg-info/dependency_links.txt writing entry points to smop.egg-info/entry_points.txt writing manifest file 'smop.egg-info/SOURCES.txt' reading manifest file 'smop.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'smop.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv7l/egg running install_lib running build_py creating build creating build/lib.linux-armv7l-2.7 creating build/lib.linux-armv7l-2.7/smop copying smop/test_parse.py -> build/lib.linux-armv7l-2.7/smop copying smop/options.py -> build/lib.linux-armv7l-2.7/smop copying smop/libsmop.py -> build/lib.linux-armv7l-2.7/smop copying smop/test_solver.py -> build/lib.linux-armv7l-2.7/smop copying smop/recipes.py -> build/lib.linux-armv7l-2.7/smop copying smop/test_primes.py -> build/lib.linux-armv7l-2.7/smop copying smop/init.py -> build/lib.linux-armv7l-2.7/smop copying smop/main.py -> build/lib.linux-armv7l-2.7/smop copying smop/test_lexer.py -> build/lib.linux-armv7l-2.7/smop copying smop/mygraphviz.py -> build/lib.linux-armv7l-2.7/smop copying smop/version.py -> build/lib.linux-armv7l-2.7/smop copying smop/callgraph.py -> build/lib.linux-armv7l-2.7/smop copying smop/parse.py -> build/lib.linux-armv7l-2.7/smop copying smop/lexer.py -> build/lib.linux-armv7l-2.7/smop copying smop/backend.py -> build/lib.linux-armv7l-2.7/smop copying smop/resolve.py -> build/lib.linux-armv7l-2.7/smop copying smop/node.py -> build/lib.linux-armv7l-2.7/smop copying smop/test_matlabarray.py -> build/lib.linux-armv7l-2.7/smop copying smop/rewrite.py -> build/lib.linux-armv7l-2.7/smop creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/egg creating build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/test_parse.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/options.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/libsmop.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/test_solver.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/recipes.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/test_primes.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/init.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/main.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/test_lexer.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/mygraphviz.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/version.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/callgraph.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/parse.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/lexer.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/backend.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/resolve.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/node.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/test_matlabarray.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/rewrite.py -> build/bdist.linux-armv7l/egg/smop byte-compiling build/bdist.linux-armv7l/egg/smop/test_parse.py to test_parse.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/options.py to options.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/libsmop.py to libsmop.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/test_solver.py to test_solver.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/recipes.py to recipes.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/test_primes.py to test_primes.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/init.py to init.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/main.py to main.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/test_lexer.py to test_lexer.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/mygraphviz.py to mygraphviz.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/version.py to version.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/callgraph.py to callgraph.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/parse.py to parse.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/lexer.py to lexer.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/backend.py to backend.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/resolve.py to resolve.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/node.py to node.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/test_matlabarray.py to test_matlabarray.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/rewrite.py to rewrite.pyc creating build/bdist.linux-armv7l/egg/EGG-INFO copying smop.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO copying smop.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO copying smop.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO copying smop.egg-info/entry_points.txt -> build/bdist.linux-armv7l/egg/EGG-INFO copying smop.egg-info/requires.txt -> build/bdist.linux-armv7l/egg/EGG-INFO copying smop.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/smop-0.41-py2.7.egg' and adding 'build/bdist.linux-armv7l/egg' to it removing 'build/bdist.linux-armv7l/egg' (and everything under it) Processing smop-0.41-py2.7.egg Copying smop-0.41-py2.7.egg to /home/pi/.local/lib/python2.7/site-packages Adding smop 0.41 to easy-install.pth file Installing smop script to /home/pi/.local/bin

Installed /home/pi/.local/lib/python2.7/site-packages/smop-0.41-py2.7.egg Processing dependencies for smop==0.41 Searching for scipy Reading https://pypi.python.org/simple/scipy/ Downloading https://files.pythonhosted.org/packages/07/76/7e844757b9f3bf5ab9f951ccd3e4a8eed91ab8720b0aac8c2adcc2fdae9f/scipy-1.1.0.tar.gz#sha256=878352408424dffaa695ffedf2f9f92844e116686923ed9aa8626fc30d32cfd1 Best match: scipy 1.1.0 Processing scipy-1.1.0.tar.gz Writing /tmp/easy_install-2un6hs/scipy-1.1.0/setup.cfg Running scipy-1.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-2un6hs/scipy-1.1.0/egg-dist-tmp-bsKMsu /tmp/easy_install-2un6hs/scipy-1.1.0/setup.py:375: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates warnings.warn("Unrecognized setuptools command, proceeding with " /home/pi/.local/lib/python2.7/site-packages/numpy/distutils/system_info.py:624: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. self.calc_info() /home/pi/.local/lib/python2.7/site-packages/numpy/distutils/system_info.py:624: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. self.calc_info() /home/pi/.local/lib/python2.7/site-packages/numpy/distutils/system_info.py:624: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. self.calc_info() Running from scipy source directory. Warning: Can't read registry to find the necessary compiler setting Make sure that Python modules _winreg, win32api or win32con are installed. error: no lapack/blas resources found`

victorlei commented 6 years ago

I never installed smop on Pi, so it's easy to believe it doesn't work. It also seems that some parts of numpy have installation problems. Are you sure you need smop working on such a special platform? If the answer is yes, I would start with numpy. We can always connect using teamview and debug it together.

Victor

On Thu, Jul 12, 2018 at 2:59 PM mikami8 notifications@github.com wrote:

I both tried Network installation and Install from the sources and both failed. Would you be so kind to comment? Network installation

pi@raspberrypi:~ $ sudo easy_install smop --user Searching for smop Best match: smop 0.41 Processing smop-0.41-py2.7.egg smop 0.41 is already the active version in easy-install.pth Installing smop script to /usr/local/bin

Using /usr/local/lib/python2.7/dist-packages/smop-0.41-py2.7.egg Processing dependencies for smop Searching for scipy Reading https://pypi.python.org/simple/scipy/ Downloading https://files.pythonhosted.org/packages/07/76/7e844757b9f3bf5ab9f951ccd3e4a8eed91ab8720b0aac8c2adcc2fdae9f/scipy-1.1.0.tar.gz#sha256=878352408424dffaa695ffedf2f9f92844e116686923ed9aa8626fc30d32cfd1 Best match: scipy 1.1.0 Processing scipy-1.1.0.tar.gz Writing /tmp/easy_install-TGVFo9/scipy-1.1.0/setup.cfg Running scipy-1.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-TGVFo9/scipy-1.1.0/egg-dist-tmp-D1MEpP /tmp/easy_install-TGVFo9/scipy-1.1.0/setup.py:375: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates warnings.warn("Unrecognized setuptools command, proceeding with " /usr/lib/python2.7/dist-packages/numpy/distutils/system_info.py:572: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. self.calc_info() /usr/lib/python2.7/dist-packages/numpy/distutils/system_info.py:572: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. self.calc_info() /usr/lib/python2.7/dist-packages/numpy/distutils/system_info.py:572: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. self.calc_info() Running from scipy source directory. error: no lapack/blas resources found Install from the sources

pi@raspberrypi:~/Downloads/smop-0.41 $ python setup.py install --user running install running bdist_egg running egg_info creating smop.egg-info writing requirements to smop.egg-info/requires.txt writing smop.egg-info/PKG-INFO writing top-level names to smop.egg-info/top_level.txt writing dependency_links to smop.egg-info/dependency_links.txt writing entry points to smop.egg-info/entry_points.txt writing manifest file 'smop.egg-info/SOURCES.txt' reading manifest file 'smop.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'smop.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv7l/egg running install_lib running build_py creating build creating build/lib.linux-armv7l-2.7 creating build/lib.linux-armv7l-2.7/smop copying smop/test_parse.py -> build/lib.linux-armv7l-2.7/smop copying smop/options.py -> build/lib.linux-armv7l-2.7/smop copying smop/libsmop.py -> build/lib.linux-armv7l-2.7/smop copying smop/test_solver.py -> build/lib.linux-armv7l-2.7/smop copying smop/recipes.py -> build/lib.linux-armv7l-2.7/smop copying smop/test_primes.py -> build/lib.linux-armv7l-2.7/smop copying smop/init.py -> build/lib.linux-armv7l-2.7/smop copying smop/main.py -> build/lib.linux-armv7l-2.7/smop copying smop/test_lexer.py -> build/lib.linux-armv7l-2.7/smop copying smop/mygraphviz.py -> build/lib.linux-armv7l-2.7/smop copying smop/version.py -> build/lib.linux-armv7l-2.7/smop copying smop/callgraph.py -> build/lib.linux-armv7l-2.7/smop copying smop/parse.py -> build/lib.linux-armv7l-2.7/smop copying smop/lexer.py -> build/lib.linux-armv7l-2.7/smop copying smop/backend.py -> build/lib.linux-armv7l-2.7/smop copying smop/resolve.py -> build/lib.linux-armv7l-2.7/smop copying smop/node.py -> build/lib.linux-armv7l-2.7/smop copying smop/test_matlabarray.py -> build/lib.linux-armv7l-2.7/smop copying smop/rewrite.py -> build/lib.linux-armv7l-2.7/smop creating build/bdist.linux-armv7l creating build/bdist.linux-armv7l/egg creating build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/test_parse.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/options.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/libsmop.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/test_solver.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/recipes.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/test_primes.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/init.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/main.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/test_lexer.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/mygraphviz.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/version.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/callgraph.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/parse.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/lexer.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/backend.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/resolve.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/node.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/test_matlabarray.py -> build/bdist.linux-armv7l/egg/smop copying build/lib.linux-armv7l-2.7/smop/rewrite.py -> build/bdist.linux-armv7l/egg/smop byte-compiling build/bdist.linux-armv7l/egg/smop/test_parse.py to test_parse.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/options.py to options.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/libsmop.py to libsmop.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/test_solver.py to test_solver.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/recipes.py to recipes.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/test_primes.py to test_primes.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/init.py to init.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/main.py to main.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/test_lexer.py to test_lexer.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/mygraphviz.py to mygraphviz.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/version.py to version.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/callgraph.py to callgraph.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/parse.py to parse.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/lexer.py to lexer.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/backend.py to backend.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/resolve.py to resolve.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/node.py to node.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/test_matlabarray.py to test_matlabarray.pyc byte-compiling build/bdist.linux-armv7l/egg/smop/rewrite.py to rewrite.pyc creating build/bdist.linux-armv7l/egg/EGG-INFO copying smop.egg-info/PKG-INFO -> build/bdist.linux-armv7l/egg/EGG-INFO copying smop.egg-info/SOURCES.txt -> build/bdist.linux-armv7l/egg/EGG-INFO copying smop.egg-info/dependency_links.txt -> build/bdist.linux-armv7l/egg/EGG-INFO copying smop.egg-info/entry_points.txt -> build/bdist.linux-armv7l/egg/EGG-INFO copying smop.egg-info/requires.txt -> build/bdist.linux-armv7l/egg/EGG-INFO copying smop.egg-info/top_level.txt -> build/bdist.linux-armv7l/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/smop-0.41-py2.7.egg' and adding 'build/bdist.linux-armv7l/egg' to it removing 'build/bdist.linux-armv7l/egg' (and everything under it) Processing smop-0.41-py2.7.egg Copying smop-0.41-py2.7.egg to /home/pi/.local/lib/python2.7/site-packages Adding smop 0.41 to easy-install.pth file Installing smop script to /home/pi/.local/bin

Installed /home/pi/.local/lib/python2.7/site-packages/smop-0.41-py2.7.egg Processing dependencies for smop==0.41 Searching for scipy Reading https://pypi.python.org/simple/scipy/ Downloading https://files.pythonhosted.org/packages/07/76/7e844757b9f3bf5ab9f951ccd3e4a8eed91ab8720b0aac8c2adcc2fdae9f/scipy-1.1.0.tar.gz#sha256=878352408424dffaa695ffedf2f9f92844e116686923ed9aa8626fc30d32cfd1 Best match: scipy 1.1.0 Processing scipy-1.1.0.tar.gz Writing /tmp/easy_install-2un6hs/scipy-1.1.0/setup.cfg Running scipy-1.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-2un6hs/scipy-1.1.0/egg-dist-tmp-bsKMsu /tmp/easy_install-2un6hs/scipy-1.1.0/setup.py:375: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates warnings.warn("Unrecognized setuptools command, proceeding with " /home/pi/.local/lib/python2.7/site-packages/numpy/distutils/system_info.py:624: UserWarning: Atlas (http://math-atlas.sourceforge.net/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [atlas]) or by setting the ATLAS environment variable. self.calc_info() /home/pi/.local/lib/python2.7/site-packages/numpy/distutils/system_info.py:624: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. self.calc_info() /home/pi/.local/lib/python2.7/site-packages/numpy/distutils/system_info.py:624: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. self.calc_info() Running from scipy source directory. Warning: Can't read registry to find the necessary compiler setting Make sure that Python modules _winreg, win32api or win32con are installed. error: no lapack/blas resources found

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/victorlei/smop/issues/126, or mute the thread https://github.com/notifications/unsubscribe-auth/AEhsGxOdLN4lLFnS0yLrsp4b0TFIouXPks5uFzoagaJpZM4VMtzD .

-- Calligraphy of geese / Against the sky / The moon seals it / (Buson/Hass)

mikami8 commented 6 years ago

Hello Victor,

Actually no, I don't need to run it on raspberry pi, thereforeI switched to PC. However I faced another problem while running the code. It gives several errors for "from . import something" lines, thus I changed it to "import something" directly. With this update, I was abe to run the code. It didn't give me an output file named "fastsolver.py". Instead it gave two files named "parser.out" and "parser.py".

These are the Warning messages that I get: WARNING: Token 'END_UNEXPECTED' defined, but not used WARNING: Token 'CLASSDEF' defined, but not used WARNING: There are 2 unused tokens Generating LALR tables

Could we arrange a teamviewer meeting for tomorrow or later? How is your schdule? I'm avaliable between 8pm-12am (GMT+3). I can also attend from 12pm to 12am for the weekend.

victorlei commented 6 years ago

i think i need an access code to attach your box

בתאריך יום ב׳, 16 ביולי 2018, 17:16, מאת mikami8 ‏<notifications@github.com

:

Hello Victor,

Actually no, I don't need to run it on raspberry pi, thereforeI switched to PC. However I faced another problem while running the code. It gives several errors for "from . import something" lines, thus I changed it to "import something" directly. With this update, I was abe to run the code. It didn't give me an output file named "fastsolver.py". Instead it gave two files named "parser.out" and "parser.py".

Could we arrange a teamviewer meeting for tomorrow or later? How is your schdule? I'm avaliable between 8pm-12am (GMT+3). I can also attend from 12pm to 12am for the weekend.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/victorlei/smop/issues/126#issuecomment-405262145, or mute the thread https://github.com/notifications/unsubscribe-auth/AEhsG0EPk4m56skT4bw82fKyL9TxzWhFks5uHKAlgaJpZM4VMtzD .

mikami8 commented 6 years ago

Could you contact me via ozermehmet88@gmail.com? I can share teamviewer or any other program connection information.