Ok. Got it resolved. renamed distfeeds.conf.new to distfeeds.conf. Redid the command and it worked fine. Seems like something was wrong with the original file. Maybe on one of my edits. who knows. Thanks for the help in troubleshooting.
Mike
Michael Smorto
@Michael Smorto
Best posts made by Michael Smorto
Latest posts made by Michael Smorto
-
RE: Getting list of Available Python Modules fails
-
RE: Getting list of Available Python Modules fails
@Flemming-Richter Tried both methods you suggested and both resulted in segmentation faults. However, opkg list-installed worked fine. Did a opkg -V list and got the following info:
opkg_conf_parse_file: Loading conf file /etc/opkg.con
opkg_conf_parse_file: Loading conf file /etc/opkg/cus
opkg_conf_parse_file: Loading conf file /etc/opkg/dis
pkg_hash_load_feeds:
Segmentation faultMay have to reinstall, but this thing is beginning to get on my nerves.
went to level -V4 and got a few more details:
pkg_vec_insert_merge: Adding new pkg=python3-gdbm-src version=3.6.2 arch=mipsel_24kc.
pkg_vec_insert_merge: Adding new pkg=python3-gdbm version=3.6.2 arch=mipsel_24kc.
pkg_vec_insert_merge: Adding new pkg=python3-gnupg version=2.3.0 arch=mipsel_24kc.
Segmentation fault -
RE: Getting list of Available Python Modules fails
@György-Farkas Just tried using ssh using the IP address. opkg update worked fine. Doing the list command got me the same error message - segmentation fault.
-
RE: Getting list of Available Python Modules fails
@György-Farkas said in Getting list of Available Python Modules fails:
0.1.10-b160 FW
Tried your command and still got the segmentation error. I am using FW 0.1.10-b160 on a windows 10 machine from the console. I have a Omega 2+. I did install i2c, spi python libraries and gcc per the instructions. I am also running off the sd card to get the extra space.
-
Getting list of Available Python Modules fails
Using the command line:
opkg list | grep python
fails to list available modules. It results in a segmentation fault. How to fix ???
-
Can Not Install Numpy or Scipy
Using pip install to install Numpy and scipy to no luck. It downloads fine but on install i get the following errors:
[CODE]
root@Omega-2585:/# pip install numpy scipy matplotlib
Collecting numpy
Downloading numpy-1.13.1.zip (5.0MB)
99% |████████████████████████████████| 5.0MB 1.2MB/s eta 0:00:01Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 324, in run
requirement_set.prepare_files(finder)
File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
File "/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 620, in _prepare_file
session=self.session, hashes=hashes)
File "/usr/lib/python2.7/site-packages/pip/download.py", line 821, in unpack_url
hashes=hashes
File "/usr/lib/python2.7/site-packages/pip/download.py", line 659, in unpack_http_url
hashes)
File "/usr/lib/python2.7/site-packages/pip/download.py", line 882, in _download_http_url
_download_url(resp, link, content_file, hashes)
File "/usr/lib/python2.7/site-packages/pip/download.py", line 603, in _download_url
hashes.check_against_chunks(downloaded_chunks)
File "/usr/lib/python2.7/site-packages/pip/utils/hashes.py", line 46, in check_against_chunks
for chunk in chunks:
File "/usr/lib/python2.7/site-packages/pip/download.py", line 571, in written_chunks
for chunk in chunks:
File "/usr/lib/python2.7/site-packages/pip/utils/ui.py", line 139, in iter
for x in it:
File "/usr/lib/python2.7/site-packages/pip/download.py", line 560, in resp_read
decode_content=False):
File "/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py", line 357, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/usr/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/response.py", line 314, in read
data = self._fp.read(amt)
File "/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 63, in read
self._close()
File "/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 50, in _close
self.__callback(self.__buf.getvalue())
File "/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/controller.py", line 275, in cache_response
self.serializer.dumps(request, response, body=body),
File "/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/serialize.py", line 87, in dumps
).encode("utf8"),
MemoryError [/CODE] -
RE: Cannot satisfy dependencies for kmod-usb-net-rndis
Since I am running on Widows 10 laptop I found a simple work around to formatting the SD card to ext4. I found a link in a post to a Windows tool called Mini Tool Partition Wizard. Its a free download for personal use. I formatted the SD card to ext4 using this tool and the rest of the instructions worked. Only problem i had was with vi. Seems a little flaky. Used the edited in the Windows console and that fixed that problem. Seemed a lot easier approach than changing build options etc.
-
RE: Cannot satisfy dependencies for kmod-usb-net-rndis
I just ran into the same problem when following the instructions to format an external sd card. Kind of strange they would provide the instructions on how to install when its not available.
-
Installing OpenCV
Does anyone have any idea how to install OpenCV for python. I have tried the recommended way:
- pip install opencv-python
but that does not work.
Thanks
Mike