chapel-lang / pychapel

pych - The Python/Chapel integration module. NOTE: This repository is now deprecated.
Apache License 2.0
16 stars 13 forks source link

Error while pych --check #48

Open SilentFlame opened 8 years ago

SilentFlame commented 8 years ago

I followed This tutorial to install the Pychapel.

but while progressing I found this error on $> pych --check

ERR: Missing template dir(build/bdist.linux-x86_64/wheel/pyChapel-0.1.14.data/data/share/pych/templates/python) for slang(python)
ERR: Missing template dir(build/bdist.linux-x86_64/wheel/pyChapel-0.1.14.data/data/share/pych/templates/c) for slang(c)
ERR: Missing template dir(build/bdist.linux-x86_64/wheel/pyChapel-0.1.14.data/data/share/pych/templates/chapel) for slang(chapel)
 * Object Storage
ERR: Error trying to write to object-store: [Errno 2] No such file or directory: u'/home/speedy/chapel/build/bdist.linux-x86_64/wheel/pyChapel-0.1.14.data/data/var/pych/store/c/write_test'

please help me to build the environment.

lydia-duncan commented 8 years ago

Hello! What system are you trying to install pyChapel on? Do you have root access there?

SilentFlame commented 8 years ago

@lydia-duncan yup I do have root access. I am using Ubuntu14.04 LTS.

lydia-duncan commented 8 years ago

And none of the other steps failed? Do you have write permission in the /home/speedy/chapel/build/bdist.linux-x86_64/wheel/pyChapel-0.1.14.data/data/share/pych/templates/ directory?

SilentFlame commented 8 years ago

I guessI have. but let me check once again.

lydia-duncan commented 8 years ago

I would guess there's probably something wrong with how we set up our template directory. I'm not quite sure how you're getting the path it seems to be looking for. Does the directory structure in there look otherwise reasonable? Sorry to not be more helpful

lydia-duncan commented 8 years ago

Did you ever discover what was wrong?

SilentFlame commented 8 years ago

Sorry, But I didn't. I tried and tried, and asked some of my friends but still unable to setup. :confused: