springishere

Results 7 comments of springishere

sorry I don't understand, a pull request will solve the problem? I am looking for a resnet18 prototxt that can be loaded in caffe. This one can be loaded but...

thanks! I wonder why the other packages (like the ncurses, openssl, readline, etc.) are not so complicated as the numpy, are they not "third-party extension modules"? Sorry I am new...

Tried this: _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_m_linux_aarch64-linux-android PYTHONHOME=~/python.armv8/python3-android.GRRedWings/build/15c-22-aarch64-linux-android-clang python3.5 setup.py build_ext Got error: File "setup.py", line 386, in setup_package() File "setup.py", line 363, in setup_package from setuptools import setup ImportError: No module named 'setuptools'...

wondering if I need to cross compile the setuptools?

Looks like things get more complicated. I wonder if you can take a look at numpy? If you can get this working on 3.7 (e.g. this git) that would be...

I installed setuptools package on my ubuntu (16.04) host, added PYTHONPATH=/usr/lib/python3/dist-packages:$PYTHONPATH, so whole command is this: _PYTHON_SYSCONFIGDATA_NAME=_sysconfigdata_m_linux_aarch64-linux-android PYTHONHOME=~/python.armv8/python3-android.GRRedWings/build/15c-22-aarch64-linux-android-clang PYTHONPATH=/usr/lib/python3/dist-packages:$PYTHONPATH python3.5 setup.py build_ext I got this error: Running from numpy source...

I was expecting days, not weeks, looks like I underestimated the numpy :(