-
Notifications
You must be signed in to change notification settings - Fork 3
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
Using tool #3
Comments
Your Python version is too high for this version of Auto CGUI. The reason is that the multiprocessing module underwent significant changes between 3.7 and 3.9. I don't remember exactly what version of Python I was using at the time, but please retry with either Python 3.7 or 3.8. |
This is running now, it manages to open the firefox browser, but in a few seconds it gives me the following error: During handling of the above exception, another exception occurred: Traceback (most recent call last): PDBBrowserProcess-1 starting glycan PDBBrowserProcess-1 starting 1UBQ with two staples During handling of the above exception, another exception occurred: Traceback (most recent call last): Exception encountered for job (-1) Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Exception encountered for job (-1) During handling of the above exception, another exception occurred: Traceback (most recent call last): The command that i use: ./run_tests.py -m PDB --config data/www/config.yml and my config file containing it: |
Hmm, well there are probably several things going on here.
If you give me a few hours, I can update the repository here to handle the new user login scheme and for compliance with Python 3.8+ multiprocessing. |
I updated the repository to include previously private changes, which includes login handling and a more useful README. Someday, I will describe most of the test case options in the README, but that will take a while and I have other things to do. |
Please see the version tagged v2.0. |
Dear I'm try using it tool, but not understading as it work, please can guide me with an more clear example?:
I running en run_test.py : ./run_tests.py -m pdb --config data/www/config.yml
and get:
RuntimeError:
An attempt has been made to start a new process before the
current process has finished its bootstrapping phase.
^CTraceback (most recent call last):
File "/Volumes/Galvani/packages/auto_cgui/./run_tests.py", line 169, in
result = done_queue.get()
^^^^^^^^^^^^^^^^
File "/Users/macbookpro/miniconda3/envs/autocgui/lib/python3.11/multiprocessing/queues.py", line 103, in get
res = self._recv_bytes()
^^^^^^^^^^^^^^^^^^
File "/Users/macbookpro/miniconda3/envs/autocgui/lib/python3.11/multiprocessing/connection.py", line 215, in recv_bytes
buf = self._recv_bytes(maxlength)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/macbookpro/miniconda3/envs/autocgui/lib/python3.11/multiprocessing/connection.py", line 413, in _recv_bytes
buf = self._recv(4)
^^^^^^^^^^^^^
File "/Users/macbookpro/miniconda3/envs/autocgui/lib/python3.11/multiprocessing/connection.py", line 378, in _recv
chunk = read(handle, remaining)
^^^^^
The text was updated successfully, but these errors were encountered: