question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERROR: Failed building wheel for antspyx with version 0.3.2

See original GitHub issue

Describe the bug The new release 0.3.2 break the installation on Google Colab (worked fine with 0.3.1).

To Reproduce image

Full truncated error message on the last line: ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-mgxpo5qt/antspyx_2b15ca6ce58c4181865683e701b3213e/setup.py'"'"'; __file__='"'"'/tmp/pip-install-mgxpo5qt/antspyx_2b15ca6ce58c4181865683e701b3213e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-4ozq8teo/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.7/antspyx Check the logs for full command output.

Expected behavior Worked fine in 0.3.1. Similar behavior would be expected for 0.3.2.

Desktop (please complete the following information): Google Colab notebook

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
aecelayacommented, Mar 18, 2022

Installing version 0.3.1 via pip still seems to work

pip install antspyx==0.3.1

0reactions
aecelayacommented, Mar 19, 2022

Installing the latest version worked on a colab notebook. Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

File Limit Request: antspyx - 350 MB · Issue #1765 - GitHub
Project URL https://pypi.org/project/antspyx/ Does this project already ... ERROR: Failed building wheel for antspyx with version 0.3.2 ...
Read more >
antspyx - PyPI
Wheels for some of these commits will be available by downloading its "artifacts". Docker images. Available on Docker Hub. To build ANTsPy docker...
Read more >
What is the meaning of "Failed building wheel for X" in pip ...
The apt python3 wheel command package is named python-wheel-common . Installing this too fixes the "failed building wheel" errors for me.
Read more >
ants. plot - Visualization - ANTsPy documentation
Render an ANTsImage as a volume with optional ANTsImage functional overlay. This function is beautiful, and runs very fast. It requires VTK. ANTsR...
Read more >
ANTsPy - Kaggle
Explore and run machine learning code with Kaggle Notebooks | Using data from No attached data sources.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found