Giter Club home page Giter Club logo

Comments (4)

FeiYull avatar FeiYull commented on June 3, 2024 5

@zsh4614 @secret104278 I have the same problem, the solution is: install av2==0.1.0.0;and install numpy==1.23,note:mmdecttion3d dependency requires numpy<=1.19.5, but it can train normally. Also, I downgraded the shapely library version to < 2.0.

from vectormapnet_code.

wanglaotou avatar wanglaotou commented on June 3, 2024 2

my env works. : )
av2 0.2.1 requires numpy>=1.21.5, but you have numpy 1.19.5 which is incompatible.
pip install numpy==1.21.5
mmdet3d 0.17.3 requires numpy<1.20.0, but you have numpy 1.21.5 which is incompatible.

import av2
import shapely
import numpy as np
import mmdet3d
av2.version
'0.1.0'
np.version
'1.23.5'
shapely.version
'1.8.5'
mmdet3d.version
'0.17.3

from vectormapnet_code.

secret104278 avatar secret104278 commented on June 3, 2024 1

After pip install -r requirements.txt which install av2, I manually downgraded numpy by pip install numpy==1.19.5, and then go to the virtualenv xxxxxx/lib/python3.8/site-packages/av2/utils/typing.py and replace npt.NDArray[XXX] with np.ndarray

from vectormapnet_code.

FeiYull avatar FeiYull commented on June 3, 2024

@Mrmoore98 hi, Can you show detailed versions of all python libraries? For example: using the pip list command. Thx U

from vectormapnet_code.

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.