-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Following the instructions on how to install Plone end-up in a crash when installing Pillow on MacOS #1712
Comments
This seems to solve the issue:
|
What was the command you used? |
|
The error message indicated:
So I don't understand how installing those two, instead of Backing up, I assume that you accepted the defaults for the cookiecutter, and that you installed an alpha version of Volto. Is that correct? Why does
What is your macOS version? I see 11.1 in the log, but it shouldn't really be an issue, unless you have not installed XCode Developer Tools. |
pip will build a wheel if an existing one isn't available for the current platform on PyPI |
|
I verified that pip tries to build a wheel for Pillow on my mac, too. Anyway, I think we need to update the install docs with a troubleshooting tip or section for this step. Something like this: ### ERROR: Failed building wheel for Pillow
After generating a project, then running `make install`, if you see an error message `ERROR: Failed building wheel for Pillow`, then you need to install Pillow's dependencies.
(Use sphinx-design tabbed UI for macOS and Linux)
macOS
```shell
brew install zlib libjpeg
```
Linux
```shell
apt-get zlib libjpeg
```
```{seealso}
See also the Pillow documentation [External Libraries](https://pillow.readthedocs.io/en/latest/installation/building-from-source.html#external-libraries) for additional libraries that you might need.
```
|
* Add "create project" docs for cookieplone * Add overlooked comma * Rename file * Rename file * Remove "the" from Classic UI. MyST syntax standard. Clarify introduction * Apply suggestions from code review * Overhaul the Install index. - promote stable releases over development pre-releases - Move demos to end - Replace Sphinx Design grid and cards a plain old definition list. * Simplify introductions for create-project* * Update meta information * Current version of Sphinx does not support replacements in includes, so use this temporary workaround and add TODO. * Hyphenate pre-requisite and tidy * Update meta information * Use narrow terminal to avoid horizontal scrolling of console. * Add next steps to view the site. Much excite! * Update meta information and correct Volto version * Correct introduction * Add terms Cookieplone and cookieplone-templates to Glossary. * Use include for Python prerequisite * Update docs/glossary.md Remove documentation as a Cookieplone option Co-authored-by: David Glick <[email protected]> * Update docs/install/create-project-cookieplone.md Co-authored-by: David Glick <[email protected]> * Include corepack enable as an enumerated step, and use shell for syntax * Avoid horizontal scrolling and anonymize path to project * Finalize tidy and update screenshots to 2024 * Link to correct repo. See plone/cookieplone#41 * Add plone/generator-volto deprecation to Glossary * Cannot use `@` at the start of a term in the Glossary * Nope, `@` is fine, there was whitespace that broke the glossary. * Add note about installing Pillow requirements. See #1712 * Update docs/glossary.md Co-authored-by: David Glick <[email protected]> --------- Co-authored-by: Steve Piercy <[email protected]>
Links of affected pages in Plone Documentation, if any.
https://6.docs.plone.org/install/create-project.html#install-plone-6
Description
The text was updated successfully, but these errors were encountered: