Search Criteria
Package Details: intel-sde 8.69.1-1
Git Clone URL: | https://aur.archlinux.org/intel-sde.git (read-only, click to copy) |
---|---|
Package Base: | intel-sde |
Description: | Intel Software Development Emulator |
Upstream URL: | https://software.intel.com/en-us/articles/intel-software-development-emulator/ |
Licenses: | custom |
Submitter: | marehr |
Maintainer: | marehr |
Last Packager: | marehr |
Votes: | 3 |
Popularity: | 0.080133 |
First Submitted: | 2018-01-08 23:28 (UTC) |
Last Updated: | 2021-10-04 12:29 (UTC) |
Dependencies (1)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR)
Latest Comments
marehr commented on 2020-03-25 14:19 (UTC) (edited on 2020-03-25 14:25 (UTC) by marehr)
@jghodd Can you reinstall
python-mechanicalsoup
? Maybe you installed the python2 version ofmechanicalsoup
? You could also try to installmechanicalsoup
system-wide viapip install MechanicalSoup
.Otherwise, I'm not sure how to help you. I tried to build it on my current system with
makepkg
andpikaur
; both methods worked. I created a new vm and installed a fresh-copy of arch-linux, installed pikaur and installed this package viapikaur -S intel-sde
and it worked.You could try to clone https://github.com/marehr/intel-sde-downloader and execute
python intel-sde-downloader.py
. Ifpython-mechanicalsoup
is installed, this should show you all available download options ofintel-sde
.jghodd commented on 2020-03-24 22:29 (UTC) (edited on 2020-03-24 22:33 (UTC) by jghodd)
Getting a build error:
-> Downloading intel-sde-downloader.py... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1520 100 1520 0 0 6307 0 --:--:-- --:--:-- --:--:-- 6307 -> Downloading sde-external-8.49.0-2020-03-17-lin.tar.bz2... Traceback (most recent call last): File "./intel-sde-downloader.py", line 5, in <module> import mechanicalsoup ModuleNotFoundError: No module named 'mechanicalsoup' ==> ERROR: Failure while downloading intel-http-accept://sde-external-8.49.0-2020-03-17-lin.tar.bz2 Aborting... ==> ERROR: Makepkg was unable to build intel-sde.
and yes, I have python-mechanicalsoup installed.