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

Build Failure with python versions > 3.9 #1241

Open
Pratham1812 opened this issue Feb 25, 2024 · 1 comment
Open

Build Failure with python versions > 3.9 #1241

Pratham1812 opened this issue Feb 25, 2024 · 1 comment

Comments

@Pratham1812
Copy link
Contributor

Pratham1812 commented Feb 25, 2024

Expected Behavior

After following the instructions given in the README.md to setup the project on kali linux. I expected it to build without any bugs.

Current Behavior

I constantly faced deprecation warnings as some of the dependencies needed were not compatible with python3.11.8 (version I tested on)
The dependencies which are failing the build when using the versions as specified in base.txt - psycopg2-binary,pycurl,PyYAML ,tornado
image
This was due to PyYAML

image
This was due to pycurl and similarly for other packages

Possible Solution

One can possibly migrate the versions of the listed packages to there appropriate latest versions such that the application does not break

Steps to Reproduce (for bugs)

  1. Follow the instructions as listed in the README.md file
  2. Run python3 setup.py develop

Logs

Context

I was trying to do non docker installation.

Your Environment

  • Installation method used:
  • Version/branch used: develop
  • Operating System and version (like Kali, Debian, ArchLinux, etc): Kali
  • pip/setuptools version: 24.0
  • sudo access: Yes
@Pratham1812
Copy link
Contributor Author

@viyatb @7a any help will be appreciated.

Pratham1812 pushed a commit to Pratham1812/owtf that referenced this issue Feb 28, 2024
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

1 participant