Skip to content
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

Fixing setup.py to include dex2jar correctly #323

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixing setup.py to include dex2jar correctly #323

wants to merge 1 commit into from

Conversation

santrancisco
Copy link

Hi team,

I tried to use pip install . to install qark recently in a vagrant machine and encountered the following error:

 can't copy 'qark/lib/dex2jar-2.0/lib': doesn't exist or not a regular file

I am not 100% familiar with setup.py but fixing this line to *.* to instruct pip to only copy files with extensions in dex2jar directory works. * would cause pip to attempt to copy the child folder lib which throw the error above.

San

I tried to use `pip install .` to install qark recently in a vagrant machine and encountered the following error:

```
 can't copy 'qark/lib/dex2jar-2.0/lib': doesn't exist or not a regular file
```

I am not 100% familiar with setup.py but fixxing this line to `*.*` so pip would try to copy only files with extension in dex2jar directory works. `*` would instruct pip to also copy lib child folder which cause the error above.
San
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant