-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Update windows build instructions #13001
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
Update windows build instructions #13001
Conversation
:: | ||
|
||
# create a new environment with the required packages | ||
conda create -n "matplotlib_build" python=3.7 numpy python-dateutil pyparsing pytz tornado cycler tk libpng zlib freetype |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pytz dependency has been removed in #11360 and shouldn't be here.
The `build_alllocal.cmd` script in the root folder automates these steps if | ||
you have already created and activated the conda environment. | ||
conda create -n "matplotlib_build" python=3.7 numpy python-dateutil pyparsing tornado cycler tk libpng zlib freetype msinttypes | ||
conda activate matplotlib_build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New way of activating an environment is conda activate
# you have created the environment with conda-forge already activated...) | ||
conda install pyqt | ||
# this package is only available in the conda-forge channel | ||
conda install -c conda-forge msinttypes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msinttypes is now available via conda
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
…v3.0.x Backport PR #13001: Update windows build instructions
PR Summary
Fixes #13000.