Skip to content
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

CI: run plotjuggler test on mac #29102

Merged
merged 3 commits into from
Jul 23, 2023
Merged

CI: run plotjuggler test on mac #29102

merged 3 commits into from
Jul 23, 2023

Conversation

adeebshihadeh
Copy link
Contributor

No description provided.

@adeebshihadeh
Copy link
Contributor Author

Added this because I was hitting that pycurl issue again, but looks like it works in CI. @fredyshox any idea why it's happening?

macbookpro:plotjuggler adeeb$ ./juggle.py 
Traceback (most recent call last):
  File "/Users/adeeb/openpilot/tools/plotjuggler/./juggle.py", line 15, in <module>
    from tools.lib.logreader import LogReader
  File "/Users/adeeb/openpilot/tools/lib/logreader.py", line 11, in <module>
    from tools.lib.filereader import FileReader
  File "/Users/adeeb/openpilot/tools/lib/filereader.py", line 2, in <module>
    from tools.lib.url_file import URLFile
  File "/Users/adeeb/openpilot/tools/lib/url_file.py", line 8, in <module>
    import pycurl
ImportError: pycurl: libcurl link-time version (7.85.0) is older than compile-time version (7.87.0)

@adeebshihadeh adeebshihadeh merged commit 34389ac into master Jul 23, 2023
38 checks passed
@adeebshihadeh adeebshihadeh deleted the mac-test branch July 23, 2023 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant