-
Notifications
You must be signed in to change notification settings - Fork 280
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
startup error #12
Comments
Hi @dac4755, Thanks for reporting the issue. I think the work around would be to install imagetk separately, |
Thanks, that did the trick! I think the problem was primarily on my end with some corrupted packages causing conflicts. I removed the offending packages, installed the one you recommended, and now it runs. Thanks for your help and quick response! David |
cant find any module named userInterface , is there a specific package |
root@blackout:~/Desktop/PcapXray/Source# python main.py I am using Kali Linux... THanks |
Thanks for the issues. I have some startup fixes pending to merge soon. @bahaahassanieh - I think the current version of the project requires you to be in the source folder where @aki2419 - The cbook error is related to the matplotlib library installation. I think the work around here would solve it. I think I should update the requirements file to a specific matplotlib version to solve this. This says Also, this seems to get fixed with a python virtualenv setup. pip install virtualenv
virtualenv <name>
source <name>/bin/activate
pip install -r requirements.txt
|
Hi.
This looks really cool but I get this error on a fresh install:
I'm running on ubuntu (I also get the same error on Fedora 26). The PIL package doesn't have ImageTK. Is there a certain version I need?
The text was updated successfully, but these errors were encountered: