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

Windows environments #8

Open
ocefpaf opened this issue Jul 10, 2017 · 0 comments
Open

Windows environments #8

ocefpaf opened this issue Jul 10, 2017 · 0 comments

Comments

@ocefpaf
Copy link

ocefpaf commented Jul 10, 2017

Some people that are having trouble creating the Windows env, this may help:

name: cython
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3.5
  - beautifulsoup4
  - bkcharts
  - bleach
  - bokeh
  - ca-certificates
  - certifi
  - chardet
  - click
  - cloudpickle
  - cycler
  - cython
  - dask
  - decorator
  - dill
  - distributed
  - entrypoints
  - fastcache
  - freetype
  - h5py
  - hdf5
  - heapdict
  - html5lib
  - idna
  - ipykernel
  - ipython
  - ipython_genutils
  - ipywidgets
  - jedi
  - jinja2
  - jpeg
  - jsonschema
  - jupyter_client
  - jupyter_core
  - libpng
  - libsodium
  - libtiff
  - llvmlite
  - locket
  - markupsafe
  - matplotlib
  - mistune
  - mpmath
  - msgpack-python
  - nbconvert
  - nbformat
  - networkx
  - nomkl
  - notebook
  - numba
  - numexpr
  - numpy
  - openssl
  - pandas
  - pandoc
  - pandocfilters
  - partd
  - patsy
  - pexpect
  - pickleshare
  - pillow
  - pip
  - prompt_toolkit
  - psutil
  - pygments
  - pyparsing
  - python-dateutil
  - pytz
  - pyyaml
  - pyzmq
  - requests
  - scikit-image
  - scikit-learn
  - scipy
  - seaborn
  - setuptools
  - simplegeneric
  - six
  - sortedcontainers
  - sqlalchemy
  - sqlite
  - statsmodels
  - sympy
  - tblib
  - testpath
  - tk
  - toolz
  - tornado
  - traitlets
  - urllib3
  - vincent
  - wcwidth
  - webencodings
  - wheel
  - widgetsnbextension
  - xlrd
  - xz
  - yaml
  - zeromq
  - zict
  - zlib
  - mingwpy
  - pip:
    - appnope

Use it with conda env create --file environment.yml --name cython-tutorial

PS: You'll probably need Visual Studio 2015 for this tutorial.

You may need https://github.com/cython/cython/wiki/CythonExtensionsOnWindows

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

No branches or pull requests

1 participant