-
Notifications
You must be signed in to change notification settings - Fork 269
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
roadlib setup.py creates libs in wrong directories #104
Comments
hey, that must be the way you install the tool. Installing via |
I'm trying to package the tools for several Linux distros and I cannot use pip install sadly. Since setup.py is deprecated, what if you migrate to PEP517? |
Both |
@noraj what do you think? The current PKGBUILD I'm working on is:
|
If |
It does not seem to work |
Hello,
when I try to build and install roadlib, I note that the .py files are placed in the wrong non-standard python path. Specifically, after the install, the roadlib structure appears to be:
so the libs are placed inside the EGG directory that is not correct. In this manner, any attempt to create a Linux package for it could fail.
Is it possible to implement for roadlib and other roadtools the correct installation path as two separated directories, one for libs and one for egg-info, structured as:
Not sure if
roadlib
should be insideroadtools
folder or not...The text was updated successfully, but these errors were encountered: