habitat-sim icon indicating copy to clipboard operation
habitat-sim copied to clipboard

Installing 'habitat_sim.sensors.noise_models.data' as data is deprecated, please list it in `packages`. !!

Open gudehhh666 opened this issue 2 years ago • 3 comments

Hello all; I was getting following error while running : python setup.py install

Installing 'habitat_sim.sensors.noise_models.data' as data is deprecated, please list it in packages. !!

############################
# Package would be ignored #
############################
Python recognizes 'habitat_sim.sensors.noise_models.data' as an importable package,
but it is not listed in the `packages` configuration of setuptools.

'habitat_sim.sensors.noise_models.data' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).

Please make sure that 'habitat_sim.sensors.noise_models.data' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).

You can read more about "package discovery" and "data files" on setuptools
documentation page.

And I totally couldn't handle it. Can anyone please help me

gudehhh666 avatar Jun 23 '22 10:06 gudehhh666

What python version is this? We haven't seen this.

erikwijmans avatar Jun 23 '22 15:06 erikwijmans

python 3.8.12 It's so strange, I wonder how to handle this.

gudehhh666 avatar Jun 23 '22 15:06 gudehhh666

Possibly a unique system issue, as we haven't seen this. Suggest you try again with a fresh conda env. We'd need more information (e.g. system, install process, logs, etc...) to offer any advice if the issue persists. @gudehhh666 we'll close this as stale if we don't hear from you in the next week or two.

aclegg3 avatar Aug 30 '22 16:08 aclegg3

Closing as stale and unverified.

aclegg3 avatar Nov 02 '22 15:11 aclegg3