Skip to content
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

problem running on UCL's Legion server #62

Open
nsteinme opened this issue Jun 24, 2015 · 2 comments
Open

problem running on UCL's Legion server #62

nsteinme opened this issue Jun 24, 2015 · 2 comments
Labels

Comments

@nsteinme
Copy link

Got this error:

Traceback (most recent call last):
  File "/home/skgtnst/miniconda/envs/phy/bin/kk2_legacy", line 9, in <module>
    load_entry_point('klustakwik2==0.2.1', 'console_scripts', 'kk2_legacy')()
  File "/home/skgtnst/miniconda/envs/phy/lib/python3.4/site-packages/setuptools-17.1.1-py3.4.egg/pkg_resources/__init__.py", line 558, in load_entry_point
  File "/home/skgtnst/miniconda/envs/phy/lib/python3.4/site-packages/setuptools-17.1.1-py3.4.egg/pkg_resources/__init__.py", line 2682, in load_entry_point
  File "/home/skgtnst/miniconda/envs/phy/lib/python3.4/site-packages/setuptools-17.1.1-py3.4.egg/pkg_resources/__init__.py", line 2355, in load
  File "/home/skgtnst/miniconda/envs/phy/lib/python3.4/site-packages/setuptools-17.1.1-py3.4.egg/pkg_resources/__init__.py", line 2361, in resolve
  File "/home/skgtnst/miniconda/envs/phy/lib/python3.4/site-packages/klustakwik2/__init__.py", line 3, in <module>
    from .mask_starts import *
  File "/home/skgtnst/miniconda/envs/phy/lib/python3.4/site-packages/klustakwik2/mask_starts.py", line 5, in <module>
    from .numerics import mask_start_clusters
  File "/home/skgtnst/miniconda/envs/phy/lib/python3.4/site-packages/klustakwik2/numerics/__init__.py", line 7, in <module>
    from .cylib import *
  File "/home/skgtnst/miniconda/envs/phy/lib/python3.4/site-packages/klustakwik2/numerics/cylib/__init__.py", line 3, in <module>
    from .compute_cluster_masks import *
  File "/home/skgtnst/miniconda/envs/phy/lib/python3.4/site-packages/klustakwik2/numerics/cylib/compute_cluster_masks.py", line 1, in <module>
    from .compute_cluster_masks_cy import doaccum
ImportError: /home/skgtnst/miniconda/envs/phy/lib/python3.4/site-packages/klustakwik2/numerics/cylib/compute_cluster_masks_cy.cpython-34m.so: undefined symbol: _intel_fast_memcpy
@rossant rossant added the bug label Jun 24, 2015
@rossant
Copy link
Member

rossant commented Jun 24, 2015

  • do you know the architecture of the node? just linux 64-bit?
  • we could try to build a conda package for linux 64-bit and install it on legion via binstar -- cc @nippoo

@thesamovar
Copy link
Contributor

Oh I somehow didn't notice this problem. I guess this is a cython issue not a specific kk issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants