Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error trying to install and open RepTate #150

Open
violahuf opened this issue Feb 26, 2024 · 0 comments
Open

error trying to install and open RepTate #150

violahuf opened this issue Feb 26, 2024 · 0 comments

Comments

@violahuf
Copy link

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):

  • windows
  • Python distribution [e.g. conda, winpython]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant