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

Installation Issue on Running Generator.sh #26

Closed
andrewkoski opened this issue Aug 10, 2017 · 1 comment
Closed

Installation Issue on Running Generator.sh #26

andrewkoski opened this issue Aug 10, 2017 · 1 comment

Comments

@andrewkoski
Copy link

When I run;

bash generator.sh -f config.json

I get the following error;

/root/generator/extensions/core/bytecoin.json
Making pre-tests in file /root/generator/generated_files/tmp/src/CMakeLists.txt
Traceback (most recent call last):
File "lib/file-modification.py", line 164, in
for line in fileinput.input([args.source + file['path']], inplace=True):
File "/usr/lib/python2.7/fileinput.py", line 237, in next
line = self._readline()
File "/usr/lib/python2.7/fileinput.py", line 316, in _readline
os.rename(self._filename, self._backupfilename)
OSError: [Errno 2] No such file or directory

I am running Ubuntu 16.04.3 LTS and ran install_dependencies.sh with no issues whatsoever.

@QuinnMallorry
Copy link
Contributor

you're missing a comma in your json

@pmitchev pmitchev closed this as completed Feb 7, 2018
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

3 participants