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

build rpm error (ImportError: No module named 'apikeys') #55

Closed
eson57 opened this issue Sep 16, 2018 · 0 comments
Closed

build rpm error (ImportError: No module named 'apikeys') #55

eson57 opened this issue Sep 16, 2018 · 0 comments

Comments

@eson57
Copy link

eson57 commented Sep 16, 2018

Build failed on ubuntu 16.04.

make dist
make[1]: Entering directory '/home/eson/Hämtningar/pure-maps-1.5.0'
make clean
make[2]: Entering directory '/home/eson/Hämtningar/pure-maps-1.5.0'
rm -rf dist
rm -rf */.cache
rm -rf */*/.cache
rm -rf */.pytest_cache
rm -rf */*/.pytest_cache
rm -rf */__pycache__
rm -rf */*/__pycache__
rm -f po/*~
rm -f rpm/*.rpm
make[2]: Leaving directory '/home/eson/Hämtningar/pure-maps-1.5.0'
mkdir -p dist/harbour-pure-maps-1.5.0
cp -r `cat MANIFEST` dist/harbour-pure-maps-1.5.0
tools/manage-keys inject dist/harbour-pure-maps-1.5.0
Traceback (most recent call last):
  File "tools/manage-keys", line 5, in <module>
    from apikeys import Keys
ImportError: No module named 'apikeys'
Makefile:40: recipe for target 'dist' failed
make[1]: *** [dist] Error 1
make[1]: Leaving directory '/home/eson/Hämtningar/pure-maps-1.5.0'
Makefile:105: recipe for target 'rpm' failed
make: *** [rpm] Error 2
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

1 participant