0

I want to create an egg file for pandas-profiling.

The below link has a source and does not have an egg file inside.

I'm using Databricks notebook so I cant do pip install.

please help me how can I generate egg file or any direct link to get it from pypi

https://pypi.org/project/pandas-profiling/#files

thank you in advance.

aminography
  • 21,986
  • 13
  • 70
  • 74
dileepvarma
  • 508
  • 2
  • 7
  • 30
  • Why egg and not wheel? Databricks notebooks support eggs but not wheels? Anyway `pandas-profiling` has a list of [dependencies](https://github.com/pandas-profiling/pandas-profiling/blob/e7ea34547087d5ecf792604efb57facee2ec609a/setup.py#L31) so without `pip install` you're out of luck. – phd Nov 14 '19 at 09:41
  • Possible duplicate of [How to create Python egg file](/questions/2026395/how-to-create-python-egg-file) – tripleee Nov 14 '19 at 14:12
  • I got direct link for wheel. thanks for help! – dileepvarma Nov 14 '19 at 19:48

0 Answers0