-
Notifications
You must be signed in to change notification settings - Fork 105
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
Asking for simulation #168
Comments
@cory020330 hi could you please provide any stack trace or error messages. For running demo simulation you can use simple demo config from config folder info about how to run this you can find in README.md |
I tried running sibernetic with Mac and innate terminal of OSX, and I stayed on the top level folder. After that, I tried to commence the "export PYTHON~" but it said that there's no .h file available in the folder. So I ctrl+c ctrl+v the .h header file to the top level folder and commenced the "export PHTHON~" but the error message that there's no needed .h file in the folder kept showing. Thank you for your replying and I really appreciate your help. |
igwanghuiui-MacBook-Pro:sibernetic-development apple$ make all -f makefile.OSX this is the error message. Mine says that I don't have Python.h file and I don't know how to get an access to this file... Can you please help? |
@cory020330 I suppose that possible makefile for mac is too old we need update it I'll try to do this today when be near my mac. Let you now when finish |
Thanks. I really appreciate that. |
I've just add a couple fixes in makefile.OSX so try now to compile |
I really thank you for helping me but I don't think this is still working... The following lines are the codes that I used, my Macbook's python version is 2.7.10, and would that be a problem? I think Python.h is missing in the owSignalsimulator but I don't know any deeper... Thank you so much anyway. igwanghuiui-MacBook-Pro:~ apple$ python --version igwanghuiui-MacBook-Pro:sibernetic-development apple$ make all -f makefile.OSX |
could you please also provide version of you MacOS |
Mac OS Catalina 10.15.6 |
No, try to replace current makefile.OSX with this one. Let me know if it works |
I replaced the makefile.OSX with the file that you provided and the following lines were on the terminal. Unfortunately, it contained the same error message... I don't know the problem is, I'm sorry Last login: Tue Jul 28 19:19:18 on ttys000 igwanghuiui-MBP:sibernetic-development apple$ make all -f makefile.OSX |
Ok could you try to build sibernetic in new terminal window and don't redefine |
Hi everyone, I also got the "'Python.h' file not found" error during installation but using the makefile.OSX @skhayrulin linked solved my problem! Thank you. Just wanted to let you know. Maybe this will help someone. |
Hello, I am a student from South Korea and I am trying to get the sibernetic by using MAC, but it says that .h files are located in awkward locations. Can you help me with it? Otherwise, can I get a demo simulation video of about 10 minutes of sibernetic? Thank you.
The text was updated successfully, but these errors were encountered: