Skip to content

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.

1 participant