Apps Adding more Python libraries as numpy to an Assetto Corsa app

One quick question: I just want to create an Assetto Corsa app with python, but I need a couple of libraries which are not included in the assetto corsa python native version. I need numpy and pandas. Could anyone tell me please how I can add these libraries to my app and make it work? When i create apps without external libraries app works fine, but as soon as I import numpy, app does not appear in the screen, it crashes internally because python does not have numpy installed. The issue is that python is a dll inside assetto corsa so i do not know where nd how to add the library.
Please I need help, I have search a lot in different forums websites and still do not know how to do it.
Thank you in advance!!
 
AC uses python 3.3, you might have to use older version of python libs, ie to use PIL image lib, you need pil 2.4 https://pypi.org/project/Pillow/2.4.0/

this app already has numpy included: https://www.racedepartment.com/threads/3d-map.148324/
this app uses PIL image lib: https://www.racedepartment.com/downloads/lebluems-yet-another-telemetry-tool-leb_yatt.57941/

edit: see also this thread: https://assettocorsamods.net/threads/import-libary-for-ac.3124/#post-21656
edit2: also this thread: https://www.racedepartment.com/threads/mod-app-requests-thread.64157/post-3596637
 
Last edited:

Latest News

What's needed for simracing in 2024?

  • More games, period

  • Better graphics/visuals

  • Advanced physics and handling

  • More cars and tracks

  • AI improvements

  • AI engineering

  • Cross-platform play

  • New game Modes

  • Other, post your idea


Results are only viewable after voting.
Back
Top