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

SIGPIPE problem in Windows #58

Open
katieMlyons opened this issue Jun 29, 2016 · 2 comments
Open

SIGPIPE problem in Windows #58

katieMlyons opened this issue Jun 29, 2016 · 2 comments

Comments

@katieMlyons
Copy link

Not sure if Windows support is a priority but:

seqmagick info s20dataonly.snps
Traceback (most recent call last):
File "c:\users\katie\anaconda3\envs\py27\lib\runpy.py", line 162, in run_module_as_main
"main", fname, loader, pkg_name)
File "c:\users\katie\anaconda3\envs\py27\lib\runpy.py", line 72, in run_code
exec code in run_globals
File "C:\Users\Katie\Anaconda3\envs\py27\Scripts\seqmagick.exe__main
.py", line 9, in
File "c:\users\katie\anaconda3\envs\py27\lib\site-packages\seqmagick\scripts\cli.py", line 29, in main
return action(arguments)
File "c:\users\katie\anaconda3\envs\py27\lib\site-packages\seqmagick\subcommands\info.py", line 153, in action
common.exit_on_sigpipe()
File "c:\users\katie\anaconda3\envs\py27\lib\site-packages\seqmagick\subcommands\common.py", line 212, in exit_on_sigpipe
_exit_on_signal(signal.SIGPIPE, status)
AttributeError: 'module' object has no attribute 'SIGPIPE'

Thanks!

@matsen
Copy link
Member

matsen commented Jun 29, 2016

Gee, sorry, none of us run Windows.

However, are you running Python 3? Seqmagick is Python 2.

@katieMlyons
Copy link
Author

I opened a Python 2 environment both to install and attempt to run
seqmagick. I run it on all my other non-Windows machines so it's not a
priority for me, but I thought you should know.

Katie

On Wed, Jun 29, 2016 at 3:05 PM Erick Matsen [email protected]
wrote:

Gee, sorry, none of us run Windows.

However, are you running Python 3? Seqmagick is Python 2.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#58 (comment), or mute
the thread
https://github.com/notifications/unsubscribe/AFaqUhiT_AeEELD10dugFVJKcJ7OhgKYks5qQs_ygaJpZM4JBZbQ
.

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