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.

Can't install on Python 2.7.14 (Anaconda)

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
ChrisKnottcommented, Jan 7, 2018

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

1reaction
ChrisKnottcommented, Jan 21, 2018

This should work now, although I recommend migrating to Python 3 https://pythonclock.org

Read more comments on GitHub >

github_iconTop 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 >

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