Git Product home page Git Product logo

Comments (8)

keiffster avatar keiffster commented on July 19, 2024

Sounds like you do not have PyYaml installed in your environment

import yaml is the defined way of using PyYaml after installation

See http://pyyaml.org/wiki/PyYAMLDocumentation

Typically you download and install PyYaml or install it via Pip

K

from program-y.

s0md3v avatar s0md3v commented on July 19, 2024

pyyaml is already installed as I have mentioned earlier.

from program-y.

jayhewitt avatar jayhewitt commented on July 19, 2024

@UltimateHackers did you install using pip?

If you do pip freeze does it list PyYaml? Looking at other articles, it looks like this module can cause issues and install with a success response, whilst not compiling properly.

e.g.
bokeh/bokeh#4089

from program-y.

keiffster avatar keiffster commented on July 19, 2024

Have the clients running both inside my ide ( pycharm ) and also command line ( OS X ) and not getting any problems

What os are you using and which exact version of python ?

How are you starting the client ?

from program-y.

JustArchi avatar JustArchi commented on July 19, 2024

Probably an issue on your end, I'm running program-y perfectly fine myself as well.

from program-y.

s0md3v avatar s0md3v commented on July 19, 2024

I am using Kali Linux.
And yes, pip freeze does shows the pyyaml module.
I tried running y-bot by executing the y-bot.sh file.

from program-y.

Thielak avatar Thielak commented on July 19, 2024

The problem is definitely on your end.
You might not have installed pyyaml for your python3 environment as pip is probably defaulting to your python2 one. Check pip3 freeze to see if it's there, if not pip3 install it (you might want to install the other required modules as well).
If you don't have the command pip3 available install the python3-pip package to use it.

from program-y.

s0md3v avatar s0md3v commented on July 19, 2024

So its not a fault of your script 👍 But if it doesn't run on my Kali, it won't run on anyone's Kali.
I tried installing python3-pip package but it won't install because my system is up to date and python3-pip needs to downgrade some dependencies.
Thanks for the quick response and help.

from program-y.

Related Issues (20)

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.