-
Notifications
You must be signed in to change notification settings - Fork 11
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
Problems when installing for python3 #9
Comments
Does the following work in your shell? |
Nope. We get following:
|
http://stackoverflow.com/questions/38869506/cython-python-symbols-not-found-pystring-type
I suppose you should use this for configuring MUSIC: @sinisastekovic Does this solve your problem? |
@anandtrex https://github.com/IGITUGraz/spore-nest-module/blame/master/examples/pattern_matching_showcase/README.md#L95 seems to be incorrect (or not precise enough) for multiple installed versions of python3. |
I have just tried the same thing. It does not help. Anyhow when I run the command
I have recompiled MUSIC with |
Just to confirm: The error message remains the same? Did you delete all the remainders from your last build and installation? If so, that is clearly a MUSIC bug in combination with python3. I see no connection to SPORE or NEST. @anandtrex Ideas? |
For me the message when importing music stays the same. @dsalaj can import I will recheck if I have missed anything but I did delete everything from before. |
Ok, after deleting the complete MUSIC repository and recompiling everything with python3.4 again I have |
Great! I will close this issue then. |
We are facing problems while setting up spore with python3. We follow the guidelines
from Pattern Matching Experiment readme with following changes:
We use pip3 instead of pip like instructed.
For MUSIC we change the following line:
PYTHON=/usr/bin/python3 ./configure --prefix=$TARGET_DIR --disable-isend
For NEST we change:
cmake -DCMAKE_INSTALL_PREFIX:PATH=$TARGET_DIR -Dwith-music=ON -Dwith-mpi=ON -Dwith-python=3 ..
For SPORE:
cmake -Dwith-python=3 ..
We tested with both master and py3 branches of the spore repository. Also with NEST revision 58fd190f5e4 and latest master. When performing make test we fail two tests:
We encounter no problems for nest.Install("sporemodule") but again for pattern mattching experiment script it fails with:
The text was updated successfully, but these errors were encountered: