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

pyrevolve installation error: Failed building wheel for pyrevolve: conflicting types for ‘_xgetbv’ #42

Closed
dlight opened this issue Aug 12, 2019 · 2 comments

Comments

@dlight
Copy link

dlight commented Aug 12, 2019

While creating the conda environment for devito, pip fails with error: conflicting types for ‘_xgetbv’.

Full output at:

https://gist.github.com/dlight/9c4854d9ab49e171f6da39335fd31d48

@dlight
Copy link
Author

dlight commented Aug 12, 2019

On Slack (at #installation) @navjotk replied about this workaround for AMD zen processors: Blosc/python-blosc#203 (even though my processor isn't AMD - it supports avx2 but apparently this is broken on blosc)

So, this worked:

DISABLE_BLOSC_AVX2=1 conda env create -f environment.yml
conda activate devito
DISABLE_BLOSC_AVX2=1  pip install -e .

@navjotk
Copy link
Member

navjotk commented Aug 14, 2019

I believe we fixed the error using the fix suggested at Blosc/python-blosc#203 . Can we close this now?

@navjotk navjotk closed this as completed Feb 6, 2020
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