-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Creating a development environment doesn't work as expected in doc #17544
Comments
I copied |
It's no problem for now (moto is only needed for testing, and only for certain tests), but we need to solve this in general. I suppose this is only available from conda-forge? cc @TomAugspurger |
Yeah. We should update the docs to recommend conda-forge I think. |
Would there be another way to specify this? Because I don't fully like that we in that way somewhat enforce people to use the conda-forge channel (although I certainly recommend it as well), but there are still some incompatibilities between defaults and conda-forge. |
Yes, the |
More generally, we should think through the purpose of the various
Do we one one environment file for each of those? Are there any other use-cases? Conda environments can't do recursive includes (like |
an easy way out of this is to make |
Hello everyone, I am new contributor to Pandas. In short, what should I do to solve the same problem stated in the first post? Thank you. |
|
Hello,
I need to create a development environment for Pandas ( #9154 (comment) )
So I try to follow https://pandas.pydata.org/pandas-docs/stable/contributing.html#creating-a-development-environment
Pinging @jorisvandenbossche
The text was updated successfully, but these errors were encountered: