Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

What python versions does this work with? #81

Open
demongolem opened this issue Oct 13, 2020 · 1 comment
Open

What python versions does this work with? #81

demongolem opened this issue Oct 13, 2020 · 1 comment

Comments

@demongolem
Copy link

I don't think 3.8 is supported because when I do a pip install I have build issues with lxml.

The trace is long with a lot of near-identical lines, but here is a sample for gist.

src/lxml/etree.c:244690:24: error: ‘PyThreadState’ {aka ‘struct _ts’} has no member named ‘exc_type’; did you mean ‘curexc_type’?

@strahl2e
Copy link

I got a similar error using Python 3.8 and 3.9. This code seems to have been published around 2016, so I looked for the Python version at that time (https://en.wikipedia.org/wiki/History_of_Python#Table_of_versions), which was 3.5. Using an Anaconda environment I installed Python 3.5 and the pip install kaggle-cgi ran smoothly.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants