jorge-ramirez-upm / RepTate

RepTate (Rheology of Entangled Polymers: Toolkit for Analysis of Theory & Experiment)
https://reptate.readthedocs.io/
GNU General Public License v3.0
27 stars 6 forks source link

error trying to install and open RepTate #150

Open violahuf opened 7 months ago

violahuf commented 7 months ago

Describe the bug RepTate vv1.3.3+3.g07fc6b18 Error Traceback: 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:\Users\mmvh\RepTate\RepTate__main.py", line 228, in main() File "C:\Users\mmvh\RepTate\RepTate__main__.py", line 56, in main start_RepTate(sys.argv[1:]) File "C:\Users\mmvh\RepTate\RepTate\main__.py", line 164, in start_RepTate from RepTate.gui.QApplicationManager import QApplicationManager File "C:\Users\mmvh\RepTate\RepTate\gui\QApplicationManager.py", line 63, in from RepTate.applications.ApplicationTTS import ApplicationTTS File "C:\Users\mmvh\RepTate\RepTate\applications\ApplicationTTS.py", line 39, in from RepTate.gui.QApplicationWindow import QApplicationWindow File "C:\Users\mmvh\RepTate\RepTate\gui\QApplicationWindow.py", line 93, in from RepTate.gui.QDataSet import QDataSet File "C:\Users\mmvh\RepTate\RepTate\gui\QDataSet.py", line 83, in from RepTate.gui.QTheory import MinimizationMethod, ErrorCalculationMethod File "C:\Users\mmvh\RepTate\RepTate\gui\QTheory.py", line 84, in from RepTate.tools.ToolMaterialsDatabase import check_chemistry, get_all_parameters File "C:\Users\mmvh\RepTate\RepTate\tools\ToolMaterialsDatabase.py", line 41, in from RepTate.gui.QTool import QTool File "C:\Users\mmvh\RepTate\RepTate\gui\QTool.py", line 88, in Ui_ToolTab, QWidget = loadUiType(join(PATH, "Tooltab.ui")) TypeError: cannot unpack non-iterable NoneType object

To Reproduce Steps to reproduce the behaviour:

  1. Created Python virtual environment (without anaconda)
  2. Installed Python packages
  3. tried to open with command: python -m RepTate
  4. See error

RepTate version: unknown

Expected behavior Open RepTate

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.