-
Notifications
You must be signed in to change notification settings - Fork 1
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
OSError: [Errno 1] Operation not permitted #1
Comments
Has anyone answered this question for you?
Cheers
Nigel
…---
Nigel W. Moriarty
Building 33R0349, Molecular Biophysics and Integrated Bioimaging
Lawrence Berkeley National Laboratory
Berkeley, CA 94720-8235
Phone : 510-486-5709 Email : [email protected]
Fax : 510-486-5909 Web : CCI.LBL.gov
ORCID : orcid.org/0000-0001-8857-9464
On Sat, Feb 13, 2021 at 8:29 AM yxliu-T ***@***.***> wrote:
Hi,
I am trying to install cryofit to phenix on Mac OS 10.15 Catalina. The
installation failed when I use "libtbx.configure cryo_fit". In terminal,
the error message is pasted as follows,
Traceback (most recent call last):
File
"/Applications/phenix-1.17.1-3660/modules/cctbx_project/libtbx/env_config.py",
line 2741, in
warm_start(sys.argv)
File
"/Applications/phenix-1.17.1-3660/modules/cctbx_project/libtbx/env_config.py",
line 2699, in warm_start
env.refresh()
File
"/Applications/phenix-1.17.1-3660/modules/cctbx_project/libtbx/env_config.py",
line 1816, in refresh
self.write_lib_dispatcher_head()
File
"/Applications/phenix-1.17.1-3660/modules/cctbx_project/libtbx/env_config.py",
line 1356, in write_lib_dispatcher_head
target_file=self.under_build(target_file, return_relocatable_path=True))
File
"/Applications/phenix-1.17.1-3660/modules/cctbx_project/libtbx/env_config.py",
line 1252, in write_bin_sh_dispatcher
target_file.chmod(0o755)
File
"/Applications/phenix-1.17.1-3660/modules/cctbx_project/libtbx/path.py",
line 283, in chmod
return os.chmod(abs(self), *args, **kwds)
OSError: [Errno 1] Operation not permitted:
'/Applications/phenix-1.17.1-3660/build/dispatcher_head.sh'
I have set full disk access for terminal and have read&write permission
for both the build and modules directories under phenix folder (as well as
the dispatcher_head.sh file). I am not familiar with computer language and
would be grateful if someone can help! Thank you.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHYQPGW2PR4XUEQBN763VDS62SHZANCNFSM4XSJDCQQ>
.
|
Hello, I just did https://www.phenix-online.org/documentation/tutorials/cryo_fit_install.html#id3 It cloned well and linked well as
|
Thank you for your suggestions. The previous OSerror was indeed due to Mac OS 10.15 Catalina authority issue, which could be resolved using sudo. I also re-installed phenix as instructed under /Users/yixinliu/ and continued to install cryo_fit. The process went well until I do: Several errors and warnings occurred and the installation wasn't successful. /cryo_fit/bin/ was not created in /cryo_fit/ directory. I copied here some problems that occurred. I can also copy the warnings and error messages here if it is helpful.
|
Hi,
I am trying to install cryofit to phenix on Mac OS 10.15 Catalina. The installation failed when I use "libtbx.configure cryo_fit". In terminal, the error message is pasted as follows,
Traceback (most recent call last):
File "/Applications/phenix-1.17.1-3660/modules/cctbx_project/libtbx/env_config.py", line 2741, in
warm_start(sys.argv)
File "/Applications/phenix-1.17.1-3660/modules/cctbx_project/libtbx/env_config.py", line 2699, in warm_start
env.refresh()
File "/Applications/phenix-1.17.1-3660/modules/cctbx_project/libtbx/env_config.py", line 1816, in refresh
self.write_lib_dispatcher_head()
File "/Applications/phenix-1.17.1-3660/modules/cctbx_project/libtbx/env_config.py", line 1356, in write_lib_dispatcher_head
target_file=self.under_build(target_file, return_relocatable_path=True))
File "/Applications/phenix-1.17.1-3660/modules/cctbx_project/libtbx/env_config.py", line 1252, in write_bin_sh_dispatcher
target_file.chmod(0o755)
File "/Applications/phenix-1.17.1-3660/modules/cctbx_project/libtbx/path.py", line 283, in chmod
return os.chmod(abs(self), *args, **kwds)
OSError: [Errno 1] Operation not permitted: '/Applications/phenix-1.17.1-3660/build/dispatcher_head.sh'
I have set full disk access for terminal and have read&write permission for both the build and modules directories under phenix folder (as well as the dispatcher_head.sh file). I am not familiar with computer language and would be grateful if someone can help! Thank you.
The text was updated successfully, but these errors were encountered: