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

Generating test dataset on Mac arm64 build fails with "No module named 'spikeinterface'" #840

Closed
rly opened this issue Jun 7, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@rly
Copy link
Collaborator

rly commented Jun 7, 2024

Describe the issue

index-178c0fa4.js:7278 [main-process]: [2024-06-07 09:55:16,250] ERROR in app: Exception on /data/generate [POST]
Traceback (most recent call last):
  File "flask/app.py", line 1484, in full_dispatch_request
  File "flask/app.py", line 1469, in dispatch_request
  File "flask_restx/api.py", line 404, in wrapper
  File "flask/views.py", line 109, in view
  File "flask_restx/resource.py", line 46, in dispatch_request
  File "namespaces/data.py", line 19, in post
  File "manageNeuroconv/manage_neuroconv.py", line 1637, in generate_test_data
ModuleNotFoundError: No module named 'spikeinterface'

Steps to Reproduce

Install 1.0 test release

Operating System

Mac OS with Mac M1

GUIDE Version

1.0 test

Code of Conduct

Yes

Did you confirm this issue was not already reported?

Yes

@rly rly added the bug Something isn't working label Jun 7, 2024
@rly
Copy link
Collaborator Author

rly commented Jun 7, 2024

Strangely a local build works on my system.

I will do some testing. Might just require adding

tmp_ret = collect_all('spikeinterface')
datas += tmp_ret[0]; binaries += tmp_ret[1]; hiddenimports += tmp_ret[2]

to nwb-guide.spec

@rly
Copy link
Collaborator Author

rly commented Jun 10, 2024

Fixed by #841

@rly rly closed this as completed Jun 10, 2024
@CodyCBakerPhD CodyCBakerPhD self-assigned this Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants