-
Notifications
You must be signed in to change notification settings - Fork 56
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
__main__ error message #187
Comments
Ariba is written in python 3, so prefixing the command with Try running |
I re-installed using pip3. However the command ~/.local/lib/python3.5/site-packages/ariba returns "-bash: /Users/hottel/.local/lib/python3.5/site-packages/ariba is a directory". Adding the prefix python3 to the above command returns the main module error as before. |
I believe I have solved this issue by activating a Bioconda environment and running conda install ariba. The ariba command now appears to be working as expected. |
Hi,
I recently installed ariba on Red Hat linux using pip. It installs without error, however when I run the command "python ariba test out" in the directory where ariba is installed I get the error " can't find 'main' module in 'ariba' ". Any ideas on why I would be getting this error?
The text was updated successfully, but these errors were encountered: