scratcharchive / mountainsort_examples

Examples of using MountainSort spike sorting software.
27 stars 20 forks source link

Install issue #36

Open YesterdaySam opened 3 years ago

YesterdaySam commented 3 years ago

Have run into a problem when verifying my installation of the mountainsort package. I'm using a Windows 10 system running WSL2 to create a Linux (Ubuntu 20.0+) environment. I've tried a couple of times to uninstall/reinstall anaconda3 and can create new envs but have not found a solution to the following "async function main() {..." error below when calling basic ml package commands to verify the install. image

warnerwarner commented 3 years ago

I'm experiencing the same issue, was there ever a solution to this?

YesterdaySam commented 3 years ago

Unfortunately not yet. I've been able to replicate the issue on a native Linux machine so I don't think it's solely limited to a bug with WSL2 interacting with the mountainsort packages.

warnerwarner commented 3 years ago

So I haven't fully solved this issue, but I've managed to move onto a different bug. I think that the issue is that you need a version of node > 7.6, so see if updating to a different version of node helps you?