install pycortex ERROR: Failed building wheel for pycortex
See original GitHub issueI get an error when running pip install -U pycortex
that I can’t resolve
ERROR: Failed building wheel for pycortex Failed to build pycortex ERROR: Could not build wheels for pycortex, which is required to install pyproject.toml-based projects
Running this on on MacBook Pro with macOS Big Sur and python version 3.8
Issue Analytics
- State:
- Created a year ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
What is the meaning of "Failed building wheel for X" in pip ...
If the package is not a wheel, pip tries to build a wheel for it (via setup.py bdist_wheel ). If that fails for...
Read more >Failed building wheel for X when using pip install [Solved]
The error "Failed building wheel for X" occurs for multiple reasons: Not having the wheel package installed in the environment. Having installed packages...
Read more >Installation — pycortex 1.2.4 documentation - GitHub Pages
To install the stable release version of pycortex, do the following: # First, install some required dependencies pip install -U setuptools wheel numpy ......
Read more >ERROR: Could not build wheels for numpy, which is required ...
I use To Reproduce pip install tslearn Expected behavior A clear and ... ERROR: Failed building wheel for numpy Failed to build numpy...
Read more >pycortex - PyPI
Pycortex is a software library that allows you to visualize fMRI or other volumetric neuroimaging data on cortical surfaces. Installation. To install the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
hi @EllieMo, great you could install pycortex! the error you are having was recently fixed (#433), but the change has not been released yet on pipy. To fix this issue, you need to manually change the location of the pycortex storage in your config file. See this comment here https://github.com/gallantlab/pycortex/issues/146#issuecomment-223454453
You can figure out where the pycortex config file is by running the commands described in this example.
Hello! Unluckily I replicated the error on an Ubuntu 18.04 OS with python 3.7.13, after upgrading all the requirements as per documentation. I tried to install directly from PyPI and cloning and installing the last version locally. I also tried to install without
pip
, ending with the same issue. I see there might be an issue with GCC, are we missing some non-pythonic requirements for this install?Here's the full `pip` log for completeness (to be unrolled, it's long)