[yt-svn] [yt_analysis/yt] Can't make my fork the active source for yt (issue #476)

Mark Richardson issues-reply at bitbucket.org
Tue Dec 11 12:09:39 PST 2012


--- you can reply above this line ---

New issue 476: Can't make my fork the active source for yt
https://bitbucket.org/yt_analysis/yt/issue/476/cant-make-my-fork-the-active-source-for-yt

Mark Richardson:

Hello, I followed the directions on http://yt-project.org/doc/advanced/developing.html. After entering my repository (yt_markdev) and doing:

python2.7 setup.py develop ,

I attempted to run a yt command:
pyyt
>> from yt.mods import *

And I got the error:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/mrichard/Work/Evan/yt/yt_markdev/yt/mods.py", line 58, in <module>
    from yt.data_objects.api import \
  File "/Users/mrichard/Work/Evan/yt/yt_markdev/yt/data_objects/api.py", line 31, in <module>
    from grid_patch import \
  File "/Users/mrichard/Work/Evan/yt/yt_markdev/yt/data_objects/grid_patch.py", line 35, in <module>
    from yt.data_objects.data_containers import YTFieldData
  File "/Users/mrichard/Work/Evan/yt/yt_markdev/yt/data_objects/data_containers.py", line 43, in <module>
    from yt.data_objects.derived_quantities import GridChildMaskWrapper
  File "/Users/mrichard/Work/Evan/yt/yt_markdev/yt/data_objects/derived_quantities.py", line 35, in <module>
    from yt.utilities.data_point_utilities import FindBindingEnergy
ImportError: dlopen(/Users/mrichard/Work/Evan/yt/yt_markdev/yt/utilities/data_point_utilities.so, 2): Symbol not found: __intel_fast_memset
  Referenced from: /Users/mrichard/Work/Evan/yt/yt_markdev/yt/utilities/data_point_utilities.so
  Expected in: dynamic lookup

Any help would be great.

   -Mark



--

This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.



More information about the yt-svn mailing list