Hnfull / Intensio-Obfuscator

Obfuscate a python code 2.x and 3.x
MIT License
625 stars 127 forks source link

Cannot install the package in Linux #56

Closed MauroDiamantino closed 4 years ago

MauroDiamantino commented 4 years ago

Hello, I've tried to install the package in Linux, following the steps given in the README.md file, but I got the following error:

"zipfile.BadZipFile: File is not the zip file"

That happened when I executed the command "python3 -m pip install -r Intensio-Obfuscator/requirements.txt".

I've installed the package in Windows and I haven't had that problem.

What is the cause of that error? Isn't this package intended for Linux?

MauroDiamantino commented 4 years ago

I have solved the problem using pip install --no-cache-dir <package_name>

Here, there is an explanation of the problem.

Hnfull commented 4 years ago

hi, Thanks for this return. I close issue because it has been solved by you.