We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There appear to be numerous issues with the Trusty environment regarding shared libraries and python (here, here, here)
The proposed solution to these problems is here but this solution does not seem to work for Trusty.
I think I'm gonna put this on hold for now.
The text was updated successfully, but these errors were encountered:
sudo: required dist: trusty language: python python: # - 2.7 - "2.7_with_system_site_packages" branches: only: - edgarriba-cmake install: - pip install --upgrade numpy - pip install catkin-pkg - sudo apt-get install python-opencv -y - "bash configure.sh" - "mkdir build && cd build && cmake .. && make && cd .." script: nosetests
Sorry, something went wrong.
No branches or pull requests
There appear to be numerous issues with the Trusty environment regarding shared libraries and python (here, here, here)
The proposed solution to these problems is here but this solution does not seem to work for Trusty.
I think I'm gonna put this on hold for now.
The text was updated successfully, but these errors were encountered: