Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: documentation
-
Security Level: Public
-
Labels:
Description
build 1965
./cbrestore
Traceback (most recent call last):
File "/opt/couchbase/lib/python/cbrestore", line 8, in <module>
import pump_transfer
File "/opt/couchbase/lib/python/pump_transfer.py", line 10, in <module>
import pump
File "/opt/couchbase/lib/python/pump.py", line 14, in <module>
import zlib
ImportError: No module named zlib
by default zlib module is disabled in python, it can be enabled using option --with-zlib when configure python.
but user at least should be notified about this requirements for cbrestore
./cbrestore
Traceback (most recent call last):
File "/opt/couchbase/lib/python/cbrestore", line 8, in <module>
import pump_transfer
File "/opt/couchbase/lib/python/pump_transfer.py", line 10, in <module>
import pump
File "/opt/couchbase/lib/python/pump.py", line 14, in <module>
import zlib
ImportError: No module named zlib
by default zlib module is disabled in python, it can be enabled using option --with-zlib when configure python.
but user at least should be notified about this requirements for cbrestore
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews
Andrei Baranouski
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Summary | cbrestore exits with ImportError: No module named zlib | cbrestore, cbtransfer exit with ImportError: No module named zlib |
Steve Yen
made changes -
| Assignee | Steve Yen [ steve ] | Andrei Baranouski [ andreibaranouski ] |
Andrei Baranouski
made changes -
| Assignee | Andrei Baranouski [ andreibaranouski ] | Steve Yen [ steve ] |
Farshid Ghods
made changes -
| Summary | cbrestore, cbtransfer exit with ImportError: No module named zlib | cbrestore, cbtransfer exit with ImportError: No module named zlib if python installation on the box does not have zlib library ( when python is built from source ) |
Farshid Ghods
made changes -
| Labels | 2.0-release-notes | |
| Fix Version/s | 2.0 [ 10114 ] | |
| Component/s | documentation [ 10012 ] | |
| Component/s | tools [ 10223 ] |
Farshid Ghods
made changes -
| Assignee | Steve Yen [ steve ] | MC Brown [ mccouch ] |
MC Brown
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |