Git Product home page Git Product logo

Comments (2)

omrastogi avatar omrastogi commented on July 3, 2024

Oh actually it worked by removing the following problems:

(opt,) = get_config_vars('OPT')

os.environ['OPT'] = " ".join(
flag for flag in opt.split() if flag != '-Wstrict-prototypes'
)

from segmentanything3d.

ShivaKPuppala avatar ShivaKPuppala commented on July 3, 2024

me/shivap/skp/p0/python=3.8/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

    ********************************************************************************
    Please avoid running ``setup.py`` directly.
    Instead, use pypa/build, pypa/installer or other
    standards-based tools.

    See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
    ********************************************************************************

!!
self.initialize_options()
/home/shivap/skp/p0/python=3.8/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

    ********************************************************************************
    Please avoid running ``setup.py`` and ``easy_install``.
    Instead, use pypa/build, pypa/installer or other
    standards-based tools.

    See https://github.com/pypa/setuptools/issues/917 for details.
    ********************************************************************************

!!
self.initialize_options()
^[[Drunning bdist_egg
running egg_info
writing pointops.egg-info/PKG-INFO
writing dependency_links to pointops.egg-info/dependency_links.txt
writing requirements to pointops.egg-info/requires.txt
writing top-level names to pointops.egg-info/top_level.txt
reading manifest file 'pointops.egg-info/SOURCES.txt'
writing manifest file 'pointops.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
copying functions/attention.py -> build/lib.linux-x86_64-cpython-38/pointops
copying functions/utils.py -> build/lib.linux-x86_64-cpython-38/pointops
copying functions/subtraction.py -> build/lib.linux-x86_64-cpython-38/pointops
copying functions/init.py -> build/lib.linux-x86_64-cpython-38/pointops
copying functions/aggregation.py -> build/lib.linux-x86_64-cpython-38/pointops
copying functions/sampling.py -> build/lib.linux-x86_64-cpython-38/pointops
copying functions/interpolation.py -> build/lib.linux-x86_64-cpython-38/pointops
copying functions/grouping.py -> build/lib.linux-x86_64-cpython-38/pointops
copying functions/query.py -> build/lib.linux-x86_64-cpython-38/pointops
running build_ext
/home/shivap/skp/p0/python=3.8/lib/python3.8/site-packages/torch/utils/cpp_extension.py:425: UserWarning: There are no x86_64-linux-gnu-g++ version bounds defined for CUDA version 12.1
warnings.warn(f'There are no {compiler_name} version bounds defined for CUDA version {cuda_str_version}')
building 'pointops._C' extension
Emitting ninja build file /home/shivap/skp/p0/s_SegmentAny3D/SegmentAnything3D/libs/pointops/build/temp.linux-x86_64-cpython-38/build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N)..........

i am getting above error when running python setup.py install ...... i have no experience writing project.toml file instead of using setup.py . Can anyone help me resolving this issue?

from segmentanything3d.

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.