1

I can not install HTSeq in python 3.6.1.

When I try to install, it gives me this error:

"AttributeError: 'NoneType' object has no attribute 'encoding'[0m 2"
HDJEMAI
  • 9,436
  • 46
  • 67
  • 93

2 Answers2

0

As it says in the HTSeq installation docs here: "To use HTSeq, you need at least version 2.5 of Python (Python 3 does not work yet)".

You need to install Python2 on your machine and try installing with that.

nbryans
  • 1,507
  • 17
  • 24
0

Actually HTSeq works in Python3 quite nicely, and I can confirm it running in python 3.5.1 on several systems. See also here: https://github.com/simon-anders/htseq

However, since the author claims it has been tested up to 3.6, I guess it should also work in python 3.6.

mjoppich
  • 3,207
  • 1
  • 11
  • 13