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

Issue with python3.9 #4

Open
yuyuliu opened this issue May 23, 2023 · 0 comments
Open

Issue with python3.9 #4

yuyuliu opened this issue May 23, 2023 · 0 comments

Comments

@yuyuliu
Copy link

yuyuliu commented May 23, 2023

Hi, I've been using the fisher script for data analysis.
It worked perfectly on my old Mac, except that I bought a new Mac Studio recently with M1 chip.
I run everything with the Rosetta terminal, and the default python is version 3.9.
I've installed fisher as instructed in the README file, but this is what I get:

macstudio@Mac-Studio % fisher
Traceback (most recent call last):
  File "/usr/local/bin/fisher", line 33, in <module>
    sys.exit(load_entry_point('fisher==0.5.3', 'console_scripts', 'fisher')())
  File "/Library/Python/3.9/site-packages/fisher-0.5.3-py3.9.egg/genomon_fisher/__init__.py", line 8, in main
AttributeError: 'Namespace' object has no attribute 'func'

Is this a problem with the version of python?

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

1 participant