You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: