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

Python issues #1587

Closed
vanosg opened this issue May 20, 2024 · 1 comment · Fixed by #1591
Closed

Python issues #1587

vanosg opened this issue May 20, 2024 · 1 comment · Fixed by #1591
Milestone

Comments

@vanosg
Copy link
Member

vanosg commented May 20, 2024

Documenting a few things here from a fresh install

Without python installed, this appears in ./configure

./configure: line 10630: EGG_PYTHON_ENABLE: command not found

With python3 installed but not the dev files:

./configure: line 10630: EGG_PYTHON_ENABLE: command not found

and

checking  version is >= 3.8.0... no ()
configure: WARNING: Eggdrop requires python version 3.8.0 or higher

  There was an issue with your python installation.
  Please read python.mod/config.log for more details.
  The python module will be disabled.

and still the same error as above once python3-dev is installed.

In addition to fixing this, we probably need to document somewhere what libraries are required to run python; similar to what we have done for Tcl

@vanosg vanosg added this to the v1.10.0 milestone May 20, 2024
@Rajinikanth-Kakarla
Copy link

Go for a clean installation of Python with the latest one and if there are any requirements files then install them using the following command
pip3 install -r requirements.txt

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

Successfully merging a pull request may close this issue.

2 participants