cryptography is failing to install
Bug #1446882 reported by
Joe Gordon
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack-Gate |
Fix Committed
|
Undecided
|
Unassigned | ||
tripleo |
Invalid
|
Undecided
|
Unassigned |
Bug Description
started on 4/21
query: message:"TypeError: cannot create weak reference to 'Struct' object" AND tags:"console.html"
Changed in tripleo: | |
status: | New → Invalid |
To post a comment you must log in.
As it turns out pycparser-2.11 is the culprit for this error message/bug.
pip uninstall pycparser && pip install -Iv pycparser==2.10
and permanently pinning pycparser to 2.10 or earlier fixes the issue