Can't install on Python 2.7.14 (Anaconda)
See original GitHub issueI get this error when I try to install on Python 2.7
Collecting eel
Downloading Eel-0.7.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/ff/nh987tyd5jgbzygkb6zm3d200000gn/T/pip-build-yPnvk2/eel/setup.py", line 14, in <module>
long_description=open('README.md', encoding='utf-8').readlines()[1],
TypeError: 'encoding' is an invalid keyword argument for this function
I think it has a straightforward solution.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Cannot install datascience with python 2.7 - ValueError: This ...
1 Answer 1 ... Some packages in Python are developed using certain version of Python. If you want to use that package, you...
Read more >Unable to install python 2.7 environment using latest ... - GitHub
Steps to Reproduce (base) C:\>conda create --name py2 python=2.7 Collecting package metadata (current_repodata. json): done Solving environment ...
Read more >How to Install Python 2.7 on Windows 10 & add to system path
Python 3 Course: https://bit.ly/python3-mastery How To Install Python 2.7 on windows 10How to ... Your browser can't play this video.
Read more >Python Environment Management with Conda (Python 2 + 3 ...
Install Packages. Open a command prompt/anaconda prompt (windows) or a terminal (mac/linux) and run the command below. · Uninstall Packages · Update Packages....
Read more >How to Install Python 2.7 on CentOS 7.1 or 6.7 with Anaconda
First we need to choose a directory where the new Python binaries will be installed. In this tutorial, we'll be using /usr/local/miniconda ....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, there’s nothing that specifically needs python3, I just didn’t want to pollute the codebase just yet with python2 stuff.
For 1.0.0 I will try and support python2
This should work now, although I recommend migrating to Python 3 https://pythonclock.org