Ticket #155 (reopened defect)
Cannot install PyYAML on WIndows 7 64 bit
| Reported by: | Alex | Owned by: | xi |
|---|---|---|---|
| Priority: | normal | Component: | pyyaml |
| Severity: | normal | Keywords: | |
| Cc: |
Description
I have Python 2.6 on my Windows 7 PC and just downloaded the nltk. I need to install PyYAML but I get an error: "Python version 2.6 required, which was not found in the registry" Any guidance is appreciated
Attachments
Change History
comment:2 Changed 3 years ago by senseius
I've got the same problem on my Windows 7 PC.
Is there anyway that I can install PyYAML?
comment:3 follow-up: ↓ 4 Changed 23 months ago by thomas.brownback@…
- Status changed from closed to reopened
- Resolution fixed deleted
I also have this problem.
The solution listed above is a workaround, not a fix. (It involves implementing a deprecated python registration method, and it may not be obvious from the link how to apply this, or what the effects might be.)
comment:4 in reply to: ↑ 3 Changed 23 months ago by anonymous
Replying to thomas.brownback@…:
I also have this problem.
The solution listed above is a workaround, not a fix. (It involves implementing a deprecated python registration method, and it may not be obvious from the link how to apply this, or what the effects might be.)
Note: I have this issue for Python 3.2.

Actually, I found the solution on http://valgogtech.blogspot.com/2010/01/after-installing-64-bit-windows-7-at.html.