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

permission denied #1

Closed
dandanvidi opened this issue Feb 5, 2021 · 2 comments
Closed

permission denied #1

dandanvidi opened this issue Feb 5, 2021 · 2 comments

Comments

@dandanvidi
Copy link

Hello! pyphe installs well when using pip on my local mac but when trying to run it I get

dan@Dans-iMac ~ % pyphe-quantify
zsh: permission denied: pyphe-quantify

Can you please advise?

@yeastbeast
Copy link
Contributor

Hi!
Sorry you are having issues, I haven't tested pyphe on macOS.
When pyphe is installed, pip copies the executable files into a folder, for me, using anaconda, this is in "anaconda3\Scripts". This folder needs to be in your PATH and the files need to be executable. You can find the folder by running "type pyphe-quantify" which will tell you its exact location.
I think you should be able to fix your problem by going into that folder in the terminal and then giving the files execution permissions using the chmod command:
chmod +x pyphe-quantify
(and similarly with the other pyphe tools)
Please let me know if that works, I will try and figure out a better solution to make it work out of the box in the future.
Stephan

@yeastbeast
Copy link
Contributor

Hi,
I will close this for now. There is a possibility that I will provide a command line interface as entry_points which should improve cross-platform compatibility.

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

2 participants