jansel / opentuner

An extensible framework for program autotuning
http://opentuner.org/
MIT License
385 stars 114 forks source link

Does the opentuner support python 3 #103

Open NanyangYe opened 7 years ago

NanyangYe commented 7 years ago

Hi,

does the opentuner support python3. I managed to install it but it displays some errors.

Collecting pysqlite>=2.6.3 (from opentuner) Using cached pysqlite-2.8.3.tar.gz Complete output from command python setup.py egg_info: pysqlite is not supported on Python 3. When using Python 3, use the sqlite3 module from the standard library.

jansel commented 7 years ago

It currently does not.

adamjstewart commented 4 years ago

Is Python 3 supported now that #107 has been merged? Python 2 will be EOL by the end of the year.