Message356430
| Author | kafeel.ansari |
|---|---|
| Recipients | kafeel.ansari, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2019-11-12.09:49:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1573552153.69.0.800822929594.issue38775@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I tried python3.8 for my project. But it is crashing in the beginning . When debugged , found out that "Line 145 in cloudpickle.py" is returning the value in bytes which is not expected. Code Snippet: _cell_set_template_code = _make_cell_set_template_code() Error: return types.CodeType( TypeError: an integer is required (got type bytes) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-11-12 09:49:13 | kafeel.ansari | set | recipients: + kafeel.ansari, paul.moore, tim.golden, zach.ware, steve.dower |
| 2019-11-12 09:49:13 | kafeel.ansari | set | messageid: <1573552153.69.0.800822929594.issue38775@roundup.psfhosted.org> |
| 2019-11-12 09:49:13 | kafeel.ansari | link | issue38775 messages |
| 2019-11-12 09:49:13 | kafeel.ansari | create | |