You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/arshankhanifar/miniconda3/envs/brownie_token/bin/ethpm", line 5, in<module>
from ethpm_cli import main
File "/Users/arshankhanifar/miniconda3/envs/brownie_token/lib/python3.9/site-packages/ethpm_cli/__init__.py", line 7, in<module>
from .main import main # noqa: F401, E402
File "/Users/arshankhanifar/miniconda3/envs/brownie_token/lib/python3.9/site-packages/ethpm_cli/main.py", line 4, in<module>
from ethpm_cli.parser import parser
File "/Users/arshankhanifar/miniconda3/envs/brownie_token/lib/python3.9/site-packages/ethpm_cli/parser.py", line 15, in<module>
from ethpm_cli.commands.get import get_manifest
File "/Users/arshankhanifar/miniconda3/envs/brownie_token/lib/python3.9/site-packages/ethpm_cli/commands/get.py", line 5, in<module>
from ethpm_cli.commands.manifest import pretty_print_raw_manifest
File "/Users/arshankhanifar/miniconda3/envs/brownie_token/lib/python3.9/site-packages/ethpm_cli/commands/manifest.py", line 284
return((*generated_contract_types), (*generated_sources))
^
SyntaxError: can't use starred expression here
If this is a bug report, please fill in the following sections.
If this is a feature request, delete and describe what you would like with examples.
What was wrong?
After installing and running
ethpm activate ethpm://packages.ethpm.eth/[email protected]
, I get this error:Code that produced the error
Full error output
Environment
How can it be fixed?
I don't know tbh.
The text was updated successfully, but these errors were encountered: