config.sh couldn't be installed in oem-scripts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
PC enablement tools |
New
|
High
|
Shih-Yuan Lee |
Bug Description
The data_files weren't installed by below command.
$ python3 setup.py install
$ python3 setup.py develop
running develop
running egg_info
writing oem_scripts.
writing dependency_links to oem_scripts.
writing top-level names to oem_scripts.
reading manifest file 'oem_scripts.
writing manifest file 'oem_scripts.
running build_ext
Creating /usr/local/
oem-scripts 0.91 is already the active version in easy-install.pth
Installing autopkgtest-
Installing autopkgtest-
Installing copyPackage.py script to /usr/local/bin
Installing dkms-helper script to /usr/local/bin
Installing get-oem-auth-token script to /usr/local/bin
Installing get-oemshare-
Installing get-private-ppa script to /usr/local/bin
Installing jq-lp script to /usr/local/bin
Installing launchpad-api script to /usr/local/bin
Installing lp-bug script to /usr/local/bin
Installing live-build-
Installing oem-getiso script to /usr/local/bin
Installing oem-meta-packages script to /usr/local/bin
Installing pkg-list script to /usr/local/bin
Installing pkg-oem-meta script to /usr/local/bin
Installing recovery-
Installing rename-
Installing review-
Installing run-autopkgtest script to /usr/local/bin
Installing setup-apt-dir.sh script to /usr/local/bin
Installing setup4test.sh script to /usr/local/bin
Installing stap-build-
Installing stap-dbgsym.sh script to /usr/local/bin
Installing bug-bind.py script to /usr/local/bin
Installing mir-bug script to /usr/local/bin
Installing check-ssid-
Installed /home/ubuntu/
Processing dependencies for oem-scripts==0.91
Finished processing dependencies for oem-scripts==0.91
Changed in pc-enablement: | |
assignee: | nobody → Shih-Yuan Lee (fourdollars) |
importance: | Undecided → High |
I tried the solution from below link, but it couldn't work.
https:/ /stackoverflow. com/questions/ 11235820/ setup-py- not-installing- data-files