Skip to content
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

Failing to build wheel #168

Closed
karinlag opened this issue Mar 31, 2017 · 2 comments
Closed

Failing to build wheel #168

karinlag opened this issue Mar 31, 2017 · 2 comments

Comments

@karinlag
Copy link

I am installing 2.9 on a cluster now (redhat).

I fail building wheel, and I get this as the error just before Failing building wheel for ariba:

Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-3radi493/ariba/setup.py", line 81, in
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
File "/cluster/software/VERSIONS/python3-3.5.0/lib/python3.5/distutils/core.py", line 148, in setup
dist.run_commands()
File "/cluster/software/VERSIONS/python3-3.5.0/lib/python3.5/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/cluster/software/VERSIONS/python3-3.5.0/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/work/projects/nn9305k/bin/virtenv/ariba/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 213, in run
archive_basename = self.get_archive_basename()
File "/work/projects/nn9305k/bin/virtenv/ariba/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 161, in get_archive_basename
impl_tag, abi_tag, plat_tag = self.get_tag()
File "/work/projects/nn9305k/bin/virtenv/ariba/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 155, in get_tag
assert tag == supported_tags[0]
AssertionError

What is this assertion that is failing?

@martinghunt
Copy link
Collaborator

Sorry, don't know without looking into it more. What version of redhat are you running? I can see if I can reproduce the error.

Alternatively, you could try downlaoding the tarball release, unpacking and doing python3 setup.py install.

@karinlag
Copy link
Author

I got it to install!

I just had to completely eradicate my PYTHONPATH, and then do pip with the no-cache option. Of course, now I have a problem with GLIBCXX something or other due to the cython code in it, but I've taken that up with the cluster IT people :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants