#2320 closed defect (was already fixed)
won't build on windows 7
Reported by: | sly | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 1.10.1 |
Component: | packaging | Version: | 1.10.0 |
Keywords: | build install windows twisted | Cc: | |
Launchpad Bug: |
Description
1) got https://tahoe-lafs.org/source/tahoe-lafs/releases/allmydata-tahoe-1.10.0.zip 2) got python 2.7.8 (native) https://www.python.org/ftp/python/2.7.8/python-2.7.8.msi 3) "python setup.py build":
Installed d:\tmp1\allmydata-tahoe-1.10.0\twisted-11.0.0-py2.7-win32.egg ..... error: Installed distribution twisted 11.0.0 conflicts with requirement twisted>=13.0
So it installs twisted v.11, but requires v.13
Change History (4)
comment:1 Changed at 2014-10-16T19:07:09Z by daira
- Component changed from unknown to packaging
- Keywords build install windows twisted added
- Milestone changed from undecided to 1.11.0
- Resolution set to was already fixed
- Status changed from new to closed
comment:2 Changed at 2014-10-16T19:09:06Z by daira
Duplicate of #2249.
comment:3 follow-up: ↓ 4 Changed at 2014-10-16T21:49:04Z by sly
Yay, it's alive. But. After it've finally been built, on a command "bin\tahoe --version" it outputs:
allmydata-tahoe: unknown [unknown: unknown] foolscap: 0.7.0 pycryptopp: 0.6.0.1206569328141510525648634803928199668821045408958 zfec: 1.4.22 Twisted: 11.0.0 Nevow: 0.10.0 zope.interface: unknown python: 2.7.8 platform: Windows-7-6.1.7601-SP1 pyOpenSSL: 0.13.1 simplejson: 3.6.4 pycrypto: 2.4.1 pyasn1: 0.1.7 mock: 1.0.1 setuptools: 0.6c16dev5
Is it ok? quickstart guide says that it should output some "the right version number".
This should be fixed already in master. Please download the current revision, using the "Download ZIP" button on the bottom-right of https://github.com/tahoe-lafs/tahoe-lafs, and try building that.