-
Notifications
You must be signed in to change notification settings - Fork 2
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
moseq2-model learn-model error on o2 #6
Comments
Strange error, can you write down in this thread what you did to fix this based on our Slack conversation? |
Kind of a funky workaround, but, a manageable band-aid for now: 1.) install fresh conda environment on local machine
2.) mount remote filesystem to access data
3.) Change matplotlib backend to TkAgg à la: https://stackoverflow.com/questions/21784641/installation-issue-with-matplotlib-python 4.) learn a model
Still not sure what the problem is with running this all on O2, but am going to try installing from a fresh env and a few other things. |
You probably already tried this but if it's a gcc/g++ issue, did you have GCC loaded with |
Yep, I tried with both gcc/6.2.0 and gcc/4.8.5 — no dice unfortunately. |
Weird! The installation instructions worked for me on O2. I can try to help if you're around this weekend. |
Update: tried fresh installing yesterday with David, but the problem persists. I'm able to run the code fine on my laptop using the methodology outlined in my comment above. |
Bizarre. Do you have any custom environment variables set? |
Here's my env. ~/Code/autoregressive doesn't actually exist.
|
What's the output of I'm betting that module didn't get compiled...or something. You may need to pip reinstall with unset CC
unset CXX
module load gcc/6.2.0
pip uninstall moseq2_model pybasicbayes pyhsmm autoregressive
pip install -e . --process-dependency-links --no-cache-dir This will make sure that pip doesn't use any cached results to reinstall. |
It worked!! I wasn't using I ran this successfully with |
Considering this issue closed. |
Receiving the following error after installing this repo w/ following instructions:
Could be related to something here: mattjj/pyhsmm#55
The text was updated successfully, but these errors were encountered: