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

Couple additions #7

Closed
alexander-rakhlin opened this issue Oct 16, 2016 · 5 comments
Closed

Couple additions #7

alexander-rakhlin opened this issue Oct 16, 2016 · 5 comments

Comments

@alexander-rakhlin
Copy link

Hi Phil,
Nice tutorial. Here is something to add.

  1. I noticed MinGW isn't required at all as long as libpython installed:
    conda install libpython
  2. As of now libpython can not be installed with Python 3.5. You would need 3.4 environment or 2.7
@apacha
Copy link
Collaborator

apacha commented Jan 8, 2017

Libpython now seems to be available for Anaconda 3 (Python 3.5): https://anaconda.org/anaconda/libpython/files

@apacha
Copy link
Collaborator

apacha commented May 22, 2017

True, MinGW is not required, if you install the following two packages via conda:

conda install libpython
conda install m2w64-toolchain

I've just tested it with Anaconda3-4.2.0 (Python 3.5). Can someone confirm, that this also holds true for Python 2.7? If so, I will update the tutorial and remove the MinGW installation at all.

@apacha
Copy link
Collaborator

apacha commented May 26, 2017

@philferriere, are you ok with removing MinGW from the tutorial?

@philferriere
Copy link
Owner

@apacha, did you try two non-MingW clean installs (Python 3.5 and Python 2.7) to make sure the entire tutorial can be completed successfully with libpython?

@philferriere
Copy link
Owner

MinGW is now gone from the turorial.

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

3 participants