HRMapNet icon indicating copy to clipboard operation
HRMapNet copied to clipboard

Conflicts in package versions

Open IgorZhiltsoff opened this issue 8 months ago • 0 comments

For example, numpy==1.19.5 doesn't seem enough, since running the testing script terminates with ModuleNotFoundError: No module named 'numpy.typing'

Also, pip found nuscenes-devkit 1.1.10 requires Shapely<=1.8.5, but you have shapely 1.8.5.post1 which is incompatible.

Please provide the environment (that is the packages with their versions) in which the test script is able to run, so the user can set it up manually.

IgorZhiltsoff avatar Apr 21 '25 09:04 IgorZhiltsoff