-
Notifications
You must be signed in to change notification settings - Fork 140
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
Fails to call atm = ATM()? #159
Comments
Thanks for reporting! Can you tell us what you were trying to do and share additional information that might help us reproduce this issue? |
@micahjsmith Requirement already satisfied: atm in /anaconda/envs/azureml_py36/lib/python3.6/site-packages (0.2.2) |
This command doesn't work too: |
or this one:AttributeError Traceback (most recent call last) AttributeError: module 'atm' has no attribute 'run' |
I have transferred the issue as it does not related to ATMSeer |
If this helps anybody else who is struggling, I have used ATM on and off for a few years now. Running from PowerShell or Ubuntu for Windows on windows works sometimes, other times not (currently not). I am able to reliably run through PyCharm (I know - I know, using IDE's isn't for everybody). These are the steps that work for me to get ATM to run on my Windows10 machines:
|
The text was updated successfully, but these errors were encountered: