-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC/DEV: update windows instructions for setting up dev environment for py3 #11901
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
Comments
libpython is only necessary for py2 on Windows |
@jreback i could update the docs , but the doc build won't work for sphinx version >1.3 . Mine is 1.3.1 |
iirc try a newer version of Sphinx / 1.3.3 works |
note if on Windows u actually need to have a visual studio installed (for py3) so these instructions are a bit more complicated |
well yeah and for python version>= 3.5 we actually need vc 2015 |
yeah these are a bit more work to setup |
yeah I would love to work on updating the docs. Just created a whole development environment on windows to edit docs, gave me hell of a time. Don't want other people to face that |
@jreback I think this is closed in the meantime by #12428? @Vutsuak16 Can you have a look at the latest contributing instructions to see if there is still something missing? |
@jorisvandenbossche well sure :) |
yes, this is pretty good now. |
I am trying to set up a development environment for pandas in anaconda.
But I get the following error, while installing dependencies for windows:-
on running "conda install -n pandas_dev libpython"
Error: Unsatisfiable package specifications.
Hint: the following packages conflict with each other:
is conda not compatible with python 3.5??
The text was updated successfully, but these errors were encountered: