Skip to content

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

Closed
Vutsuak16 opened this issue Dec 25, 2015 · 10 comments
Closed
Labels
Build Library building on various platforms Docs

Comments

@Vutsuak16
Copy link
Contributor

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:

  • libpython
  • python 3.5*

is conda not compatible with python 3.5??

@jreback
Copy link
Contributor

jreback commented Dec 25, 2015

libpython is only necessary for py2 on Windows
the conda recipe knows this but requirements.txt does not
I suppose this could be updated in the docs

@jreback jreback closed this as completed Dec 25, 2015
@Vutsuak16
Copy link
Contributor Author

@jreback i could update the docs , but the doc build won't work for sphinx version >1.3 . Mine is 1.3.1
When would this issue be solved??

@jreback
Copy link
Contributor

jreback commented Dec 25, 2015

iirc try a newer version of Sphinx / 1.3.3 works

@jreback
Copy link
Contributor

jreback commented Dec 25, 2015

note if on Windows u actually need to have a visual studio installed (for py3) so these instructions are a bit more complicated

@Vutsuak16
Copy link
Contributor Author

well yeah and for python version>= 3.5 we actually need vc 2015

@jreback
Copy link
Contributor

jreback commented Dec 25, 2015

yeah these are a bit more work to setup
ideally we would have links directly to what u need to install (everything is free)

@jreback jreback reopened this Dec 25, 2015
@jreback jreback added Build Library building on various platforms Docs labels Dec 25, 2015
@jreback jreback added this to the 0.18.0 milestone Dec 25, 2015
@Vutsuak16
Copy link
Contributor Author

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

@jorisvandenbossche jorisvandenbossche changed the title problem setting up the pandas development environment DOC/DEV: update windows instructions for setting up dev environment for py3 Dec 26, 2015
@jreback jreback modified the milestones: Next Major Release, 0.18.0 Jan 30, 2016
@jorisvandenbossche
Copy link
Member

@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?

@Vutsuak16
Copy link
Contributor Author

@jorisvandenbossche well sure :)

@jreback
Copy link
Contributor

jreback commented May 12, 2016

yes, this is pretty good now.

@jreback jreback closed this as completed May 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms Docs
Projects
None yet
Development

No branches or pull requests

3 participants