Giter VIP home page Giter VIP logo

Comments (4)

t-sommer avatar t-sommer commented on August 23, 2024

You can install FMPy without an internet connection with PIP by downloading the latest wheel. Copy it to the target machine and enter

pip install --no-deps FMPy-0.2.5-py2.py3-none-any.whl

or using Conda by downloading the respective Conda package

conda install --no-deps fmpy-0.2.5-py36_0.tar.bz2

Depending on your use case you might need additional packages. The Anaconda distribution contains most of these packages out-of-the-box.

from fmpy.

EmmanuelChr avatar EmmanuelChr commented on August 23, 2024

Hello,

thanks a lot for the quick responce. I've tried both. They seemde to work. Now I cannot check if everything is OK. What I do is to try to start the GUI (python -m fmpy.gui). This doesn't work, I get the following messages on the console:

Traceback (most recent call last):
File "C:\ProgramData\Anaconda3\lib\runpy.py", line 193, in _run_module_as_main "main", mod_spec)
File "C:\ProgramData\Anaconda3\lib\runpy.py", line 85, in run_code exec(code, run_globals)
File "C:\ProgramData\Anaconda3\lib\site-packages\fmpy\gui_main
.py", line 16, in
from fmpy.gui.generated.MainWindow import Ui_MainWindow
File "C:\ProgramData\Anaconda3\lib\site-packages\fmpy\gui\generated\MainWindow.py", line 869, in
from pyqtgraph import GraphicsLayoutWidget
ModuleNotFoundError: No module named 'pyqtgraph'

Do you have a clue what the Problem can be?
If I try to install with dependencies the installation fails due to pathlib. That's where I get the connect timeouts. Is that lib so essential for the gui and all?

from fmpy.

t-sommer avatar t-sommer commented on August 23, 2024

The GUI depends on PyQtGraph available as a Wheel on PyPI and as a Conda package

from fmpy.

EmmanuelChr avatar EmmanuelChr commented on August 23, 2024

Now it works! Thanks a lot again!

from fmpy.

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.