Hi, i tried to install streamlink but i get this problem, thanks in advance if you could help me :) :
sudo easy_install -U streamlink
Searching for streamlink
Reading http://pypi.python.org/simple/streamlink/
Best match: streamlink 0.5.0
Processing streamlink-0.5.0-py2.7.egg
streamlink 0.5.0 is already the active version in easy-install.pth
Installing streamlink script to /usr/local/bin
Using /Library/Python/2.7/site-packages/streamlink-0.5.0-py2.7.egg
Processing dependencies for streamlink
Searching for pycryptodome>=3.4.3,<4
Reading http://pypi.python.org/simple/pycryptodome/
Best match: pycryptodome 3.4.5
Downloading https://pypi.python.org/packages/45/ca/f0c2ca6c65084d60f68553cf072de7db0d918c7bb07ece88781f6af24625/pycryptodome-3.4.5.tar.gz#md5=a35f89c8f35c3c13f1f2a2ecc24e85da
Processing pycryptodome-3.4.5.tar.gz
Running pycryptodome-3.4.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-qYw7qX/pycryptodome-3.4.5/egg-dist-tmp-weFi0h
warning: no files found matching '.separate_namespace'
error: Setup script exited with error: SandboxViolation: open('/dev/null', 'w') {}
The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.
This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand. Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.
MBP-de-Romain-2:~ Romain$
Was this for an existing install (thus the -U)? Can you try with pip via sudo pip install --upgrade streamlink? I've run into weird issues like this with easy install before but using pip solves it.
Hey thanks for your answer,
I'm a total noob with the terminal / python. Is pip a tool i need to install ? I tried but "command not fund"
Edit : Installed pip and worked =D thanks a lot !
@Romain1999 Awesome glad to hear it! I'm going to close this out for now since you're all set.
Most helpful comment
Was this for an existing install (thus the
-U)? Can you try with pip viasudo pip install --upgrade streamlink? I've run into weird issues like this with easy install before but using pip solves it.