Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cython should be added as a dependency #92

Closed
metasyn opened this issue Nov 15, 2017 · 3 comments · Fixed by #93
Closed

Cython should be added as a dependency #92

metasyn opened this issue Nov 15, 2017 · 3 comments · Fixed by #93

Comments

@metasyn
Copy link

metasyn commented Nov 15, 2017

Hey Guys,

Just attempting to install in a fresh virtualenv:

➜ pip install dask-ml
Collecting dask-ml
  Downloading dask-ml-0.3.1.tar.gz (262kB)
    100% |████████████████████████████████| 266kB 1.4MB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/cy/fp9dph0x14x9s7fszwjjjh4c0000gn/T/pip-build-HNpvGT/dask-ml/setup.py", line 5, in <module>
        from Cython.Build import cythonize
    ImportError: No module named Cython.Build
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/cy/fp9dph0x14x9s7fszwjjjh4c0000gn/T/pip-build-HNpvGT/dask-ml/

Seems like pip install Cython was all I needed - this should be added to the requirements in setup.py, no?

@TomAugspurger
Copy link
Member

I apparently forgot to upload wheels for the last release. Doing that now.

I'm not sure about adding it to the requirements, since it's only a build requirement. I'll check what the latest recommendation is.

@TomAugspurger
Copy link
Member

Wheels are up on PyPI now: https://pypi.org/project/dask-ml/#files

@metasyn
Copy link
Author

metasyn commented Nov 18, 2017

Thanks Tom! That was fast!

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

Successfully merging a pull request may close this issue.

2 participants