Coder Social home page Coder Social logo

Could not find platform about toriptables2 HOT 20 CLOSED

ruped24 avatar ruped24 commented on May 27, 2024
Could not find platform

from toriptables2.

Comments (20)

ruped24 avatar ruped24 commented on May 27, 2024

toriptables2.py
Could not find platform independent libraries
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to [:<exec_prefix>]
ImportError: No module named site

What is about? 2 hours wasted for this error...

I need more information.
What platform are you using? Linux? What distro?

from toriptables2.

KaliLinuxPentest avatar KaliLinuxPentest commented on May 27, 2024

I need more information.
What platform are you using? Linux? What distro?

Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2020.2
Codename: kali-rolling

from toriptables2.

ruped24 avatar ruped24 commented on May 27, 2024

I need more information.
What platform are you using? Linux? What distro?

Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2020.2
Codename: kali-rolling

What python version:
type: python --version

from toriptables2.

KaliLinuxPentest avatar KaliLinuxPentest commented on May 27, 2024

I need more information.
What platform are you using? Linux? What distro?

Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2020.2
Codename: kali-rolling

What python version:
type: python --version

Python 3.7.7

from toriptables2.

KaliLinuxPentest avatar KaliLinuxPentest commented on May 27, 2024

May be it because i using 2nd and 3d version python together?

from toriptables2.

KaliLinuxPentest avatar KaliLinuxPentest commented on May 27, 2024

May be it because i use 2nd and 3d version python together?
Let's see if python 2.7 is installed:
type: /usr/bin/env python2

Could not find platform independent libraries
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to [:<exec_prefix>]
ImportError: No module named site
Strange because today I reinstalled python2 with pip3 command

from toriptables2.

ruped24 avatar ruped24 commented on May 27, 2024

Try running it with: python2 ./toriptables2

from toriptables2.

KaliLinuxPentest avatar KaliLinuxPentest commented on May 27, 2024

Try running it with: python2 ./toriptables2

Could not find platform independent libraries
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to [:<exec_prefix>]
ImportError: No module named site

Nothing is changed

from toriptables2.

KaliLinuxPentest avatar KaliLinuxPentest commented on May 27, 2024

how can I used this on python3?

from toriptables2.

ruped24 avatar ruped24 commented on May 27, 2024

May be it because i use 2nd and 3d version python together?
Let's see if python 2.7 is installed:
type: /usr/bin/env python2

Could not find platform independent libraries
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to [:<exec_prefix>]
ImportError: No module named site
Strange because today I reinstalled python2 with pip3 command

Try running it with: python2 ./toriptables2

Could not find platform independent libraries
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to [:<exec_prefix>]
ImportError: No module named site

Nothing is changed

Do you have python2.7 installed?
Try running /usr/bin/env python2
You should get the python prompt.

from toriptables2.

KaliLinuxPentest avatar KaliLinuxPentest commented on May 27, 2024

May be it because i use 2nd and 3d version python together?
Let's see if python 2.7 is installed:
type: /usr/bin/env python2

Could not find platform independent libraries
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to [:<exec_prefix>]
ImportError: No module named site
Strange because today I reinstalled python2 with pip3 command

Try running it with: python2 ./toriptables2

Could not find platform independent libraries
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to [:<exec_prefix>]
ImportError: No module named site
Nothing is changed

Do you have python2.7 installed?
Did you run /usr/bin/env python2 ?
You should get the python prompt.

pip3 install python2
Requirement already satisfied: python2 in /usr/local/lib/python3.8/dist-packages (1.2)

from toriptables2.

ruped24 avatar ruped24 commented on May 27, 2024

I can compile

May be it because i use 2nd and 3d version python together?
Let's see if python 2.7 is installed:
type: /usr/bin/env python2

Could not find platform independent libraries
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to [:<exec_prefix>]
ImportError: No module named site
Strange because today I reinstalled python2 with pip3 command

Try running it with: python2 ./toriptables2

Could not find platform independent libraries
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to [:<exec_prefix>]
ImportError: No module named site
Nothing is changed

Do you have python2.7 installed?
Did you run /usr/bin/env python2 ?
You should get the python prompt.

pip3 install python2
Requirement already satisfied: python2 in /usr/local/lib/python3.8/dist-packages (1.2)

You've messed up the python2 install with pip3.
This is python 3.8 libs python2 in /usr/local/lib/python3.8/dist-packages (1.2)
1.unintall it with pip3.
2. apt install python2

from toriptables2.

ruped24 avatar ruped24 commented on May 27, 2024

I can compile you a Linux binary to run on any Linux if you like.
Let me know.

from toriptables2.

KaliLinuxPentest avatar KaliLinuxPentest commented on May 27, 2024

I can compile you a binary to run on Python3 if you like.
Let me know.

Yes, i am trying this

from toriptables2.

ruped24 avatar ruped24 commented on May 27, 2024

I can compile you a binary to run on Python3 if you like.
Let me know.

What difference between?

The binary is python independent. No python interpreter installation needed.

from toriptables2.

ruped24 avatar ruped24 commented on May 27, 2024

I'll compile you a binary and give you the link and instructions. Give me a few... within the hour.

from toriptables2.

KaliLinuxPentest avatar KaliLinuxPentest commented on May 27, 2024

I'll compile you a binary and give you the link and instructions. Give me a few... within the hour.

Okey

from toriptables2.

ruped24 avatar ruped24 commented on May 27, 2024

OK.
Link here: https://github.com/ruped24/toriptables2/releases/tag/2-2.1

  1. Delete the old files and folder.
  2. Download the single toriptables2.tgz file.
  3. Read the installation.
  4. Run sudo toriptables2

from toriptables2.

KaliLinuxPentest avatar KaliLinuxPentest commented on May 27, 2024

OK.
Link here: dead

  1. Delete the old files and folder.
  2. Download this single binary
  3. Run sudo ./toriptables2

Tnx!

from toriptables2.

ruped24 avatar ruped24 commented on May 27, 2024

Tnx!

You're welcome.
Can I close this issue?

from toriptables2.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.