dputhier / pygtftk

A python package and a set of shell commands to handle GTF files
GNU General Public License v3.0
44 stars 6 forks source link

dlopen: cannot load any more object with static TLS #151

Closed dputhier closed 3 years ago

dputhier commented 3 years ago

@qferre did you manage to install pygtftk v1.2.8 on sacapus ?

qferre commented 3 years ago

Yeah, it works now. Does it work for you ?

dputhier commented 3 years ago

You should change your name if you want to develop robust code :)

    $ make install
    /bin/sh: gtftk: command not found
    /bin/sh: gtftk: command not found
      File "setup.py", line 49
    SyntaxError: Non-ASCII character '\xc3' in file setup.py on line 49, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
qferre commented 3 years ago

That seems a little bit racist :P Maybe we can just put it in capitals, no accent ?

dputhier commented 3 years ago

Yep :)

Le jeu. 1 avr. 2021 à 12:09, Quentin Ferré @.***> a écrit :

That seems a little bit racist :P Maybe we can just put it in capitals, no accent ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dputhier/pygtftk/issues/151#issuecomment-811804406, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN7CHQGYDNZTEPZEMVAY4DTGRA45ANCNFSM4YWDLFYQ .

qferre commented 3 years ago

Done in commit 2c1c8d4

dputhier commented 3 years ago

It seems that some non ascii characters were introduced in the README file.

3.6.6 | packaged by conda-forge | (default, Jul 26 2018, 09:53:17)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)]
Python version : sys.version_info(major=3, minor=6, micro=6, releaselevel='final', serial=0)
Python path : /Softs/tagc/denis/conda/conda/envs/pygtftk_py3k
Traceback (most recent call last):
  File "setup.py", line 221, in <module>
    long_description = open('README.rst', mode="r").read()
  File "/Softs/tagc/denis/conda/conda/envs/pygtftk_py3k/lib/python3.6/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 4145: ordinal not in range(128)

E.g. the ... in:

Il will fix and push.