question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build failed with source code with ppl.cv master

See original GitHub issue

Thanks for your bug report. We appreciate it a lot.

Checklist

  1. I have searched related issues but cannot get the expected help.
  2. I have read the FAQ documentation but cannot get the expected help.
  3. The bug has not been fixed in the latest version.

Describe the bug

A clear and concise description of what the bug is.

Reproduction

  1. What command or script did you run?
A placeholder for the command.
  1. Did you make any modifications on the code or config? Did you understand what you have modified?

Environment

  1. Please run python tools/check_env.py to collect necessary environment information and paste it here.
  2. You may add addition that may be helpful for locating the problem, such as
    • How you installed PyTorch [e.g., pip, conda, source]
    • Other environment variables that may be related (such as $PATH, $LD_LIBRARY_PATH, $PYTHONPATH, etc.)

Error traceback

If applicable, paste the error trackback here.

A placeholder for trackback.

Bug fix

If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
TheSeriousProgrammercommented, Feb 9, 2022

Yes i have sent a pr at https://github.com/open-mmlab/mmdeploy/pull/142 , regarding these changes , can you check it?

1reaction
RunningLeoncommented, Feb 7, 2022

Hi , i guess the same issue is reflected in docker build too , can you shift the ppl.cv version used in the docker image too?(For Now) in the docker/GPU I had to do the following changes

RUN wget https://github.com/openppl-public/ppl.cv/archive/refs/tags/v0.6.1.zip && unzip v0.6.1.zip
RUN mv ppl.cv-0.6.1 ppl.cv && \
    cd ppl.cv &&\
    ./build.sh cuda

#RUN git clone https://github.com/openppl-public/ppl.cv.git &&\
#    cd ppl.cv &&\
#    ./build.sh cuda

@TheSeriousProgrammer, Hi, thanks for your feedback. Once the version is locked, will update the dockerfile later.

Read more comments on GitHub >

github_iconTop Results From Across the Web

PPL EU EDI Certification Test
2, TEST01 - Failed Enrollment - Supplier sends 814 Enrollment, which is rejected with code A76 - Account Not Found. EDEWG Test E.001,...
Read more >
Git error on git pull (unable to update local ref) - Stack Overflow
My team and I ran into this error, unable to update local ref, when doing a pull in SourceTree. Update 2020: Per @Edward...
Read more >
[SOLVED]failed build cross-toolchain ... - Arch Linux ARM • View topic
[SOLVED]failed build cross-toolchain for ubuntu-12.04-x86_64. Post by lulo » Wed Apr 04, 2012 10:28 am. Code: Select all: slawomirj@lulo-ubuntu:~/cross/bin$ ...
Read more >
7 Github Actions Tricks I Wish I Knew Before I Started
#1: How to Use Github Action Triggers ... The above code is pretty much self explanatory. The workflow will trigger on every pull...
Read more >
Package List — Spack 0.20.0.dev0 documentation
Designed for programmers with large heterogeneous trees of source code, ... Versions: master, 3.0.0; Build Dependencies: cmake, ninja, boost, lapack, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found