Closed willzeng closed 1 year ago
I think one would need to activate the environment that has all the dependencies for this to work. So, for instance:
pipenv install
pipenv shell
And then, you can go ahead and run whatever examples you like from the examples/
directory.
I see that you were able to run some examples before, so I'm assuming that your comment here is that perhaps the REAMDE is misleading? if so, I can go ahead and change that to include the pipenv
instructions, assuming you can replicate it.
I'm also on MacOS, so hopefully we should be able to figure this out. Let me know, and thanks in any case for spotting this.
I believe this should be resolved by the (hopefully) more clear instructions in the README from https://github.com/unitaryfund/metriq-client/pull/16
Opt to close the issue is @willzeng agrees.
I get this error when installing using
python -m pip install .
on MacOSXAfter
pip install tea_client
I get a message thattea_console
is missing. After pip installing that then the install completes.