max icon indicating copy to clipboard operation
max copied to clipboard

Can't run first test in venv: bash run.py

Open kwmartin opened this issue 1 year ago • 2 comments

Where is the problem?

https://docs.modular.com/max/get-started

What can we do better?

Running under Ubuntu 22.04 with Python3.10 from max import engine ImportError: cannot import name 'engine' from 'max'

Anything else?

Also had: def patched_checkToken(url, username, token, scope, False): SyntaxError: invalid syntax but changed "False" to state from googling to get rid of this error Also running max -v in venv gives: Command 'max' not found even though I had run pip install max "Requirement already satisfied: max in /home/"redacted"/max-venv/lib/python3.10/site-packages (3.6) and sys.path has '/home/"redacted"/max-venv/lib/python3.10/site-packages' as last element It's always frustrating when the very first getting started example can't be run?

kwmartin avatar Aug 12 '24 15:08 kwmartin