Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with setup.py #2187

Open
pranitM23pgai opened this issue Aug 28, 2023 Discussed in #2186 · 3 comments
Open

problem with setup.py #2187

pranitM23pgai opened this issue Aug 28, 2023 Discussed in #2186 · 3 comments

Comments

@pranitM23pgai
Copy link

Discussed in #2186

Originally posted by pranitM23pgai August 24, 2023
while deploying amundsen on my local machine i ran "$ python3 setup.py install". Its getting stuck sort of hang on the below step and not moving beyond.

Installed /mnt/c/users/pranit.malik_karkino/documents/Gitlab_repos/amundsen/amundsen-poc/databuilder/venv/lib/python3.10/site-packages/amundsen_databuilder-7.4.4-py3.10.egg
Processing dependencies for amundsen-databuilder==7.4.4
Searching for pandas
Reading https://pypi.org/simple/pandas/
/mnt/c/users/pranit.malik_karkino/documents/Gitlab_repos/amundsen/amundsen-poc/databuilder/venv/lib/python3.10/site-packages/pkg_resources/init.py:116: PkgResourcesDeprecationWarning: is an invalid version and will not be supported in a future release
warnings.warn(

@boring-cyborg
Copy link

boring-cyborg bot commented Aug 28, 2023

Thanks for opening your first issue here!

@pranitM23pgai
Copy link
Author

after running python3 example/scripts/sample_data_loader.py

it sows the error:
from databuilder.extractor.neo4j_extractor import Neo4jExtractor
ModuleNotFoundError: No module named 'databuilder.extractor'

@corinabioinformatic
Copy link

corinabioinformatic commented Mar 26, 2024

Same issue I think:

Stored in directory: mydir/.cache/pip/wheels/ec/03/6f/d2e0162d94c0d451556fa43dd4d5531457245c34a36b41ef4a
  Building wheel for pandas (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for pandas (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [2454 lines of output]
      <string>:19: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib.linux-x86_64-cpython-311
      creating build/lib.linux-x86_64-cpython-311/pandas

It seems like there is a mistmatch between packages and dependencies. Should this be also added in the troubleshoot page? https://www.amundsen.io/amundsen/windows_troubleshooting/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants