- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Does anyone know how to get Miniconda running on the Joule whenever I try to install it I get the error:
- tar: unrecognized option '--no-same-owner'
- BusyBox v1.22.1 (2015-09-29 22:18:03 GMT) multi-call binary.
- Usage: tar -[cxtzJjahvO] [-X FILE] [-T FILE] [-f TARFILE] [-C DIR] [FILE]...
Is there any way to install GNU Tar over the BustyBox tar? Or something similar to this guide for the Intel Edison https://www.scivision.co/miniconda-python-on-intel-edison/ https://www.scivision.co/miniconda-python-on-intel-edison/
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Zates,
Thanks for contacting us!
I have been working on installing Miniconda in the Intel Joule, unfortunately I'm getting the same issue that you got. It seems to be a problem with the extraction of a certain tar file in the script, one of the parameters is not being recognized. Let me investigate a little bit more and I'll back to you soon.
Regards,
-Yermi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Zates,
Thank you for your patience.
I would like to know if using Ubuntu is a viable solution for you. Do you have any inconvenient with this?
We'll be waiting for your reply.
Regards,
-Yermi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
No I would like to use the current version of the operation system, and not install Ubuntu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Zates,
I understand, so I'll continue working on it and I'll get back to you as soon as I find useful information.
I'll appreciate your patience during the meantime.
Regards,
-Yermi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Zates,
In this case, I'd suggest you to install GNU Tar (http://ftp.gnu.org/gnu/tar/ http://ftp.gnu.org/gnu/tar/) because the Busybox Tar does not have the needed Tar options. So please take a look at the following guide, and you would need to use the Miniconda x64 script, not x86: https://theiotlearninginitiative.gitbooks.io/embedded-linux/content/documentation/Conda.html https://theiotlearninginitiative.gitbooks.io/embedded-linux/content/documentation/Conda.html. I've installed the GNU Tar and then, installing Miniconda, I got an error when I was extracting the files, however, please try to do it and let me know if you were able to install Miniconda.
Hope this information helps. If you have any questions please let me know.
Regards,
-Yermi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
When I try to install miniconda I get this error:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Zates,
That is the error that I had gotten, I've been trying to install different versions of Miniconda, but unfortunately, I've been getting the same error (cannot execute native Linux-64 binary), looking for that error I found these:
- http://stackoverflow.com/questions/22096720/installing-anaconda-on-ubuntu-13-10-giving-an-error-mess... http://stackoverflow.com/questions/22096720/installing-anaconda-on-ubuntu-13-10-giving-an-error-mess...
- http://stackoverflow.com/questions/36899863/anaconda-python-cannot-execute-native-linux-32-binary http://stackoverflow.com/questions/36899863/anaconda-python-cannot-execute-native-linux-32-binary
Regards,
-Yermi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Zates, Yermi,
I was getting the same error but managed to solve it. Conda installer was trying to refer to .so files in the 'lib64' directory whereas the file is in 'lib' directory.
Simply copy the contents of 'lib' to 'lib64' and install again. It should work
Regards
Ankit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Ankitmathur,
Thank you very much, we appreciate your help in the community, it will help other users with this issue.
Regards,
-Yermi

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page