Hi,
I tried to follow the installation instructions at http://pythonhosted.org/FireWorks/installation.html (using pip) on two different computers (OSX and Cent OS), with a python distribution supplied by anaconda (v2.7.12). In both of these, the pip install went off without any isues, but then in trying to Testing Connection to remote server
, I run into the following error:
$ lpad -l my_launchpad_testing.yaml get_wflows
-bash: lpad: command not found
This is using version 1.4.1
On the OSX machine, I cloned the github source and installed it using the setup file. Then in running unit tests via:
python setup.py test
Here is the failure (The full log file is attached):
Ran 116 tests in 113.174s
OK
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_server_monitor_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
Exception in thread pymongo_kill_cursors_thread:
Traceback (most recent call last):
File "/usr/local/miniconda/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/miniconda/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/Users/rbiswas/.local/lib/python2.7/site-packages/pymongo/periodic_executor.py", line 124, in _run
while not self._stopped and _time() < deadline:
TypeError: 'NoneType' object is not callable
time[master]fireworks$
failure.log (28.7 KB)