-
Notifications
You must be signed in to change notification settings - Fork 47
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
How to run MTT - python : Help with dependencies #522
Comments
Github pro tip: put three back ticks on a line by itself before and after output text to render it in a verbatim mode with a fixed-width font. https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code |
Hi Sachin, Fun with postgres! It is picky and likes to install key header files into different locations for different distributions. That seems to make issues like this show up a lot more often. I was able to reproduce this issue on a centos7 box. Here are the steps that you can try to fix it. Note that we use postgres9.3.
Please give this a try and let me know what results you get. Thanks, -- Noah |
Hello Thanks for suggestion. I installed postgresql 9.5 version. Results in same error. Thanks |
What steps exactly did you run? Did you add it the postgres 9.5 bin directory to your path? |
Hello I followed same steps as you mentioned but instead of 9.3 i installed 9.5. Yes I did add bin directory to path. I didn't create any virtual environment though. Also referred https://www.postgresql.org/download/linux/redhat/ I have built openmp-2.1 from source and tried "already installed " module mentioned in github. I wanted to use mtt version 3 with python client. Thanks for your valuable time |
Hi
Can someone please assist me in building mtt considering python. I tried to install dependencies i.e pyenv.txt
Also need help regarding ini files.
The text was updated successfully, but these errors were encountered: