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

Missing Packages error when attempting to run this on Mac OS with Conda #3

Open
godofecht opened this issue Apr 10, 2024 · 4 comments

Comments

@godofecht
Copy link

PackagesNotFoundError: The following packages are not available from current channels:

  • wheel==0.41.2=py39haa95532_0
  • vs2015_runtime==14.27.29016=h5e58377_2
  • vc==14.2=h21ff451_1
  • sqlite==3.41.2=h2bbff1b_0
  • setuptools==68.0.0=py39haa95532_0
  • python==3.9.18=h1aa4202_0
  • pip==23.2.1=py39haa95532_0
  • openssl==3.0.11=h2bbff1b_2
  • ca-certificates==2023.08.22=haa95532_0
@godofecht
Copy link
Author

I guess the environment really only has Windows Compatibility for now... working on a way around that currently. Will post an update to this issue in regards to the Mac compatibility.

@bparbhu
Copy link
Collaborator

bparbhu commented Apr 22, 2024

So we solved this problem by switching to Python 3.9. We raised an issue with the original repo. fwillett/speechBCI#7

@bparbhu
Copy link
Collaborator

bparbhu commented Apr 22, 2024

So currently I'm focused more on replicating the pytorch version of this pipeline.
It's here https://github.com/cffan/neural_seq_decoder.
We're currently trying to port over this project into a kedro project and then use it as the basis for our speechBCIBayes project.

@godofecht
Copy link
Author

Well... not exactly.
The Language model decoder still needs to be installed.
The CMakeLists file expects Linux for the libtorch binding.
So no Win / Mac compatibility for now, I guess.

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

No branches or pull requests

2 participants