Breezy support for Windows
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Fix Released
|
Critical
|
Raoul Snyman |
Bug Description
When trying to install breezy via pip on my Windows 7 VM (note, this is currently 3.0b1), I get the following error (paths somewhat redacted for privacy):
copying build\scripts-
Traceback (most recent call last):
File "pip-install-
args = self._win_
File "pip-install-
from breezy.win32utils import winver
ImportError: cannot import name 'winver'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "pip-install-
File "python36\
File "python36\
File "python36\
File "python36\
return orig.install.
File "python36\
File "python36\
File "python36\
File "pip-install-
UnboundLoca
I noticed that 3.0 was just released, so I downloaded the tarball for that and tried to install it and got the exact same error.
Related branches
- Jelmer Vernooij: Approve
-
Diff: 25 lines (+1/-9)1 file modifiedsetup.py (+1/-9)
Changed in brz: | |
assignee: | nobody → Raoul Snyman (raoul-snyman) |
Changed in brz: | |
status: | Triaged → Fix Released |
Unfortunately we since we don't have access to Windows machines, we haven't paid much attention to Breezy on Windows.
https:/ /code.launchpad .net/~jelmer/ brz/appveyor adds appveyor support for Breezy and fixes a couple of Windows porting issues, but it doesn't seem to hit the issues you mention.