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

Can't create a PKGBUILD: module not found #17

Closed
ynikitenko opened this issue Jun 23, 2022 · 3 comments
Closed

Can't create a PKGBUILD: module not found #17

ynikitenko opened this issue Jun 23, 2022 · 3 comments

Comments

@ynikitenko
Copy link

I'm trying to create a PKGBUILD for my module from its directory; when I run

pip2pkgbuild yarsync
[ERROR] : Python module not found: yarsync

it gives that error. However, I installed the module on my system:

pip show yarsync

outputs its details.

@wenLiangcan
Copy link
Owner

Could you provide its link of pypi.org?

@wenLiangcan
Copy link
Owner

pip2pkgbuild can only generate PKGBUILD by fetching module information from pypi.org. Modules installed locally have no use.

@ynikitenko
Copy link
Author

Thank you, it worked well!

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

No branches or pull requests

2 participants