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

can't open file 'split_seqs' #35

Open
gcscheepers opened this issue Oct 20, 2020 · 1 comment
Open

can't open file 'split_seqs' #35

gcscheepers opened this issue Oct 20, 2020 · 1 comment

Comments

@gcscheepers
Copy link

Hi
I'm used to grabbing frames from seqs in R for further analysis, but need to do it in Python now. Python is new to me.

I successfully did "pip install flirpy" in conda. In PyCharm I can see that flirpy is in the list of packages in the interpreter window. However, when I run "python split_seqs -h" in conda, I get "python: can't open file 'split_seqs': [Errno 2] No such file or directory".

I something wrong with my install?
Regards

@jveitchmichaelis
Copy link
Contributor

jveitchmichaelis commented Oct 20, 2020

Hi,

This is a known issue on Windows due to a bug/feature in how Poetry handles "scripts". What you can do instead is just copy the script from this repository and run it as you would any other Python file. This file is also included when you install Flirpy, in your Python library. This will hopefully be fixed once Poetry is updated to properly handle user scripts.

https://github.com/LJMUAstroecology/flirpy/blob/master/scripts/split_seqs

Thanks!

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