Giter VIP home page Giter VIP logo

Comments (11)

vtr0n avatar vtr0n commented on June 14, 2024 1

Try to install aalib by pip:
pip3 install python-aalib

from telegramtui.

murilobsd avatar murilobsd commented on June 14, 2024

Please, install http://aa-project.sourceforge.net/aalib/

from telegramtui.

murilobsd avatar murilobsd commented on June 14, 2024

Try to install aalib by pip:
pip3 install python-aalib

@vtr0n In the operating system (OpenBSD) that I use aalib has not been ported yet, I fork to leave aalib import optional. During the week I see if I can import aalib.

Thanks for the great work.

from telegramtui.

vtr0n avatar vtr0n commented on June 14, 2024

I remember that I have the same issue in OS X.
I think you can modify this file to solve the problem.

from telegramtui.

murilobsd avatar murilobsd commented on June 14, 2024

I'm sorry I did not see this file, I will change it and see how it goes.

from telegramtui.

LPX55 avatar LPX55 commented on June 14, 2024

Thank you both. @vtr0n @murilobsd

from telegramtui.

LPX55 avatar LPX55 commented on June 14, 2024

Try to install aalib by pip:
pip3 install python-aalib

Seems like aalib was installed properly? I am using py3.7 with pipenv.

pipenv shell
pip install python-aalib
pip3 install python-aalib
...
Requirement already satisfied: python-aalib in /root/.local/share/virtualenvs/TelegramTUI-y2cX0UwA/lib/python3.7/site-packages (0.3.2)

Same error:

File "/home/TelegramTUI/telegramtui/src/messageBox.py", line 5, in <module>
    from telegramtui.src import aalib
  File "/home/TelegramTUI/telegramtui/src/aalib.py", line 4, in <module>
    import aalib
  File "/root/.local/share/virtualenvs/TelegramTUI-y2cX0UwA/lib/python3.7/site-packages/aalib.py", line 29, in <module>
    libaa = ctypes.CDLL('libaa.so.1')
  File "/usr/lib/python3.7/ctypes/__init__.py", line 364, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libaa.so.1: cannot open shared object file: No such file or directory

from telegramtui.

vtr0n avatar vtr0n commented on June 14, 2024

@hanyoonLDA what OS do you use?

from telegramtui.

LPX55 avatar LPX55 commented on June 14, 2024

@vtr0n Ubuntu 18 on this machine.

from telegramtui.

vtr0n avatar vtr0n commented on June 14, 2024

@hanyoonLDA I'll fix this a little bit later.
Please, try to install aalib another way:

sudo apt-get install aalib
sudo apt-get install python-aalib

from telegramtui.

LPX55 avatar LPX55 commented on June 14, 2024
sudo apt-get install python-aalib

heyohhhh, that worked. Weird. Thank you!

from telegramtui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.