radical-cybertools / radical.repex.at

This is the github location for RepEx developed by the RADICAL team in conjunction with the York Lab.
Other
4 stars 3 forks source link

RepEx 2d doesn't work (see below) #12

Closed taisung closed 9 years ago

taisung commented 9 years ago

(myenv)[taisung@taisung-fedora amber_pattern_b_2d]$ sh launcher_amber_2d.sh /usr/people/taisung/myenv/lib/python2.7/site-packages/pkg_resources.py:1045: UserWarning: /usr/people/taisung/.python-eggs is writable by group/others and vulnerable to attack when used with get_resource_filename. Consider a more secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE environment variable). warnings.warn(msg, UserWarning) 2014:12:05 09:45:02 radical.pilot.MainProcess: [INFO ] radical.pilot version: 0.21 (v0.21)


antonst commented 9 years ago

Taisung, was this issue resolved for you with the latest radical utils installation? If so, can I close this issue then?

If not I guess that you need to do is

  1. install radical utils in a fresh virtualenv: pip install radical.utils
  2. install RepEx

Thanks, Antons