Python Forum
Problem installing library - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Problem installing library (/thread-24918.html)



Problem installing library - thunderspeed - Mar-10-2020

Hello everyone,

I've been trying to install a library to python the past two days but I haven't been lucky with that. I've followed all questions asked online about this library but it didn't work for me so it will be nice if someone can help.

I'm trying to install the following library: https://jmodelica.org/FMILibrary/

I've tried python setup.py install --fmil-home=C:\Python27\Lib
and a number of different combinations after downloading the library zip file and extracting it but didn't work.


RE: Problem installing library - Larz60+ - Mar-11-2020

There's a python library here that claims to interface to modelica.
I haven't used modelica not the library but worth taking a look at.
Also a Pypi search brings up quite a list: https://pypi.org/search/?q=modelica


RE: Problem installing library - thunderspeed - Mar-22-2020

Yeah I've seen this link but still now luck in installing the library