turi-code / SFrame

SFrame: Scalable tabular and graph data-structures built for out-of-core data analysis and machine learning.
BSD 3-Clause "New" or "Revised" License
890 stars 326 forks source link

No Python 3.4 package? #373

Open ZelphirKaltstahl opened 8 years ago

ZelphirKaltstahl commented 8 years ago
pip install -U sframe

Does not work for me and on PyPI, I only see Python 2.7 packages. Are the instructions missing something?

mxlei01 commented 8 years ago

There used to be a Python 3.4 version. I think it's removed.

kinslyzhu commented 8 years ago

When will you guys release a python 3.4 version?

ZelphirKaltstahl commented 8 years ago

The project seems abandoned here on Github. Someone with a lot of know-how would have to make a fork happen, I guess, or a community. Look at the commits: Before 23. of July there was a commit almost every day, since then not a single commit. My guess is, that they took that version offline to add to the purchasable future products value, or that it had some bug they did not want to release and now it is stuck in this state. I recently searched for alternatives and might have found one for Python 3.

https://github.com/dask/dask-tutorial

However, I only loaded some data into the program with the tutorials code and have not yet looked into the syntax for filtering and accessing dataframes / arrays.

cyberwillis commented 8 years ago

Hi guys

have you tried compile on linux ?

./configure --python3

I just compiled version 2.1 for python 3.4 and its working perfectly, I don´t tried yet with python 3.5 but I will.

Darrow8 commented 5 years ago

I am seeing the same error, here it says that you cannot get it using python versions 3+