You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
richaghosh@Richas-MacBook-Pro RepTate % python -m RepTate
OS darwin not recognized in Schwarzl CH module
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/Users/richaghosh/RepTate/RepTate/main.py", line 228, in
main()
File "/Users/richaghosh/RepTate/RepTate/main.py", line 56, in main
start_RepTate(sys.argv[1:])
File "/Users/richaghosh/RepTate/RepTate/main.py", line 164, in start_RepTate
from RepTate.gui.QApplicationManager import QApplicationManager
File "/Users/richaghosh/RepTate/RepTate/gui/QApplicationManager.py", line 69, in
from RepTate.applications.ApplicationGt import ApplicationGt
File "/Users/richaghosh/RepTate/RepTate/applications/ApplicationGt.py", line 53, in
import RepTate.theories.schwarzl_ctypes_helper as sch
File "/Users/richaghosh/RepTate/RepTate/theories/schwarzl_ctypes_helper.py", line 54, in
schwarzl_gt = schwarzl_lib.schwarzl_gt
^^^^^^^^^^^^
NameError: name 'schwarzl_lib' is not defined
To Reproduce
Steps to reproduce the behavior:
Install Miniconda. Checked the version of Python version (3.12.1)
Installed git (conda install git)
cd /Users/richaghosh/RepTate, pip install -r requirements.txt
pip install RepTate.
python3 -m RepTate
RepTate version:
richaghosh@Richas-MacBook-Pro RepTate % git pull
Already up to date.
Expected behavior
I expect the software to run without giving me any error.
Screenshots
Desktop (please complete the following information):
OS: [e.g. iOS]
Python distribution [e.g. conda, miniconda]
Version [e.g. 3.12.1]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
richablues2
changed the title
NameError: name 'schwarzl_lib' is not defined
NameError: name 'schwarzl_lib' is not defined (when trying to open RepTate after installation)
Mar 22, 2024
Describe the bug
richaghosh@Richas-MacBook-Pro RepTate % python -m RepTate
OS darwin not recognized in Schwarzl CH module
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/Users/richaghosh/RepTate/RepTate/main.py", line 228, in
main()
File "/Users/richaghosh/RepTate/RepTate/main.py", line 56, in main
start_RepTate(sys.argv[1:])
File "/Users/richaghosh/RepTate/RepTate/main.py", line 164, in start_RepTate
from RepTate.gui.QApplicationManager import QApplicationManager
File "/Users/richaghosh/RepTate/RepTate/gui/QApplicationManager.py", line 69, in
from RepTate.applications.ApplicationGt import ApplicationGt
File "/Users/richaghosh/RepTate/RepTate/applications/ApplicationGt.py", line 53, in
import RepTate.theories.schwarzl_ctypes_helper as sch
File "/Users/richaghosh/RepTate/RepTate/theories/schwarzl_ctypes_helper.py", line 54, in
schwarzl_gt = schwarzl_lib.schwarzl_gt
^^^^^^^^^^^^
NameError: name 'schwarzl_lib' is not defined
To Reproduce
Steps to reproduce the behavior:
RepTate version:
richaghosh@Richas-MacBook-Pro RepTate % git pull
Already up to date.
Expected behavior
I expect the software to run without giving me any error.
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: