Giter VIP home page Giter VIP logo

Comments (7)

iGio90 avatar iGio90 commented on May 29, 2024

Is it working fine with ur pyqt?

from dwarf.

linxon avatar linxon commented on May 29, 2024

Is it working fine with ur pyqt?

pkg_resources.ContextualVersionConflict: (PyQt5 5.13.0 (/usr/lib64/python3.6/site-packages), Requirement.parse('PyQt5==5.11.3'), {'dwarf'})

from dwarf.

linxon avatar linxon commented on May 29, 2024

Dwarf/setup.py

Lines 42 to 45 in a42b918

install_requires=[
'capstone==4.0.1', 'requests==2.22.0', 'frida==12.6.11',
'PyQt5==5.11.3', 'pyperclip==1.7.0'
],

do you can change == to >= ?

from dwarf.

iGio90 avatar iGio90 commented on May 29, 2024

guess it should works fine now? there was a typo in requirements and some other small things around

from dwarf.

linxon avatar linxon commented on May 29, 2024

I just tried to changing a setup.py file as:

diff -ur a/setup.py b/setup.py
--- a/setup.py	2019-08-04 15:49:03.000000000 +0300
+++ b/setup.py	2019-08-04 16:03:18.782712620 +0300
@@ -40,8 +40,8 @@
     include_package_data=True,
     # Dependencies
     install_requires=[
-        'capstone==4.0.1', 'requests==2.22.0', 'frida==12.6.11',
-        'PyQt5==5.11.3', 'pyperclip==1.7.0'
+        'capstone>=3.0.1', 'requests>=2.21.0', 'frida>=12.6.11',
+        'PyQt5>=5.11.3', 'pyperclip>=1.7.0'
     ],
     # Script info
     entry_points={'console_scripts': ['dwarf = dwarf.dwarf:main']},

 ], 

and this allowed me to run your program with installed PyQt5-5.13.0 on my system. Your program really required only PyQt5==5.11.3 version?

P.S.
sorry for my fucking English .

from dwarf.

iGio90 avatar iGio90 commented on May 29, 2024

No it doesnt. It should properly work also with 5.13!

Your english is fine :)

from dwarf.

iGio90 avatar iGio90 commented on May 29, 2024

I've replaced with your code! Thanks

from dwarf.

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.