Git Product home page Git Product logo

Comments (12)

jackroos avatar jackroos commented on June 18, 2024

I also met this error in some environment, it seems that some python dependency makes the compiling failed, I solved it by creating a new conda environment and install dependencies as described in README. Could you try to create a new environment and try again? Thanks!

from vl-bert.

jackroos avatar jackroos commented on June 18, 2024

Also, you can try the new requirements.txt that I just updated.

from vl-bert.

search-opensource-space avatar search-opensource-space commented on June 18, 2024

Also, you can try the new requirements.txt that I just updated.

Hi su, I have tried the new requirements.txt. But it does not work as well .
The same error is got.

from vl-bert.

jackroos avatar jackroos commented on June 18, 2024

@search-opensource-space Could you please check the version of nvcc and gcc by:

nvcc -V
gcc --version

Thanks!

from vl-bert.

search-opensource-space avatar search-opensource-space commented on June 18, 2024

@search-opensource-space Could you please check the version of nvcc and gcc by:

nvcc -V
gcc --version

Thanks!

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.9.4/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.9.4/configure --enable-checking=release --enable-languages=c,c++ --disable-multilib
Thread model: posix
gcc version 4.9.4 (GCC)

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130

from vl-bert.

jackroos avatar jackroos commented on June 18, 2024

@search-opensource-space What's the version of your system, python, pytorch and torchvision?

from vl-bert.

wangshuwch avatar wangshuwch commented on June 18, 2024

i have the same error, the version of gcc and nvcc as same as @search-opensource-space ,my system is centos7.5, python 3.6.10, pytorch 1.10, torchvision 0.2.1

from vl-bert.

jackroos avatar jackroos commented on June 18, 2024

@wangshuwch I only test the code under Ubuntu 16.04.

from vl-bert.

becxer avatar becxer commented on June 18, 2024

I have the same issue with this. Does anyone figure out what is the problem?

from vl-bert.

becxer avatar becxer commented on June 18, 2024

In my case, I resolved this by upgrading gcc 4.9.3 to 5.4.0 :)

And, I don't know why roi_pooling successfully built using "./scripts/init.sh" instead of building in the exact directory.

from vl-bert.

jackroos avatar jackroos commented on June 18, 2024

@becxer Actually in the './scripts/init.sh', it would enter the directory firstly and then compile the operators.

from vl-bert.

becxer avatar becxer commented on June 18, 2024

@jackroos Yes I know... it sounds weird but doing it manually gives the same error :(

from vl-bert.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.