Support #1569
Error when installing Gammalib
Status: | Closed | Start date: | 11/06/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | - | |||
Duration: |
Description
Hello, Juergen Knoedlseder.
I’m Tan from Ibaraki University, Japan.
When installing Gammalib-0.11.0 by this following commands:
$ ./configure
$ make
$ make check (All 20 tests passed)
$ su
(type password)
$ make install
, I got the error (also see the attachment for details) after “make install”, as followings:
IOError: [Errno 13] Permission denied: 'gammalib/__init__.py’
?I think that the permission was denied when creating the init.py in the directory gammalib/ .
I also used ”$ sudo make install” but it does not change.
Is there something wrong ?
Thank you for reading.
Recurrence
No recurrence.
Related issues
History
#1 Updated by Knödlseder Jürgen about 9 years ago
- Project changed from ctools to GammaLib
#2 Updated by Knödlseder Jürgen about 9 years ago
- Status changed from New to Feedback
- Assigned To set to Knödlseder Jürgen
- % Done changed from 0 to 90
I removed the creation of the __init__.py
file during the install step. I hope that this fixes your problem. Could you please check.
#3 Updated by Dang Viet Tan about 9 years ago
Thank you.
So where can I get the new file for install? From git repository?
#4 Updated by Knödlseder Jürgen about 9 years ago
Dang Viet Tan wrote:
Thank you.
So where can I get the new file for install? From git repository?
Yes, from git.
#5 Updated by Knödlseder Jürgen over 8 years ago
- Status changed from Feedback to Closed
- % Done changed from 90 to 100
No follow up question, close now.