question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is Python 3.6 supported? Can't install with pip or easy_install

See original GitHub issue

easy_insteall error:

C:\Users\Administrator>easy_install -U streamlink
Searching for streamlink
Reading https://pypi.python.org/simple/streamlink/
Best match: streamlink 0.2.0
Processing streamlink-0.2.0-py3.6.egg
streamlink 0.2.0 is already the active version in easy-install.pth
Installing streamlink-script.py script to c:\python3\Scripts
Installing streamlink.exe script to c:\python3\Scripts
Installing streamlink.exe.manifest script to c:\python3\Scripts

Using c:\python3\lib\site-packages\streamlink-0.2.0-py3.6.egg
Processing dependencies for streamlink
Searching for pycryptodome==3.4.3
Reading https://pypi.python.org/simple/pycryptodome/
Downloading https://pypi.python.org/packages/45/ef/4514a01be3d8f5383cd12fc5612ff
d8a2508ac7e7ff6bde2da708e71c9a3/pycryptodome-3.4.3.tar.gz#md5=f1a0d6dcbac61a6660
944145214dda15
Best match: pycryptodome 3.4.3
Processing pycryptodome-3.4.3.tar.gz
Writing C:\Users\ADMINI~1\AppData\Local\Temp\easy_install-5uv4b4lu\pycryptodome-
3.4.3\setup.cfg
Running pycryptodome-3.4.3\setup.py -q bdist_egg --dist-dir C:\Users\ADMINI~1\Ap
pData\Local\Temp\easy_install-5uv4b4lu\pycryptodome-3.4.3\egg-dist-tmp-kjzcmp6n
warning: no files found matching '.separate_namespace'
warning: no support for Intel AESNI instructions
MD2.c
c:\users\administrator\appdata\local\temp\easy_install-5uv4b4lu\pycryptodome-3.4
.3\src\pycrypto_common.h(43): fatal error C1083: Cannot open include file: 'mall
oc.h': No such file or directory
error: Setup script exited with error: command 'C:\\Program Files (x86)\\Microso
ft Visual Studio 14.0\\VC\\BIN\\cl.exe' failed with exit status 2

pip error (too long, check: http://pastebin.com/DCgcbUAD)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
beardypigcommented, Jan 10, 2017

Closing this as the required wheels are available. @fireattack if you still have problems feel free to reopen this issue.

0reactions
beardypigcommented, Jan 3, 2017

pyCryptodome wheels for Python 3.6 are now available. @fireattack are you now able to install streamlink on Python 3.6 with pip?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to install PIP on Python 3.6? - Stack Overflow
Download python 3.6. It is possible that pip does not get installed by default. One potential fix is to open ...
Read more >
Installing Packages - Python Packaging User Guide - Python.org
Installing Packages¶. This section covers the basics of how to install Python packages. It's important to note that the term “package” in this...
Read more >
Unable to run pip v. 10.0.0 with python 3.6.5 on Win 7 64 #5223
I upgraded pip using python -m pip install --upgrade pip and I have the same problem. Error message: Fatal error in launcher: Unable...
Read more >
How to Install Python PIP on Windows, Mac, and Linux
Like any programming language, Python supports third-party ... We'll show you how to install PIP for Python in Windows, Mac, and Linux.
Read more >
setuptools 3.6 - PyPI
Therefore, if using Pip to install setuptools from a wheel, the easy_install command will not be available. Setuptools “natural” launcher support, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found