Skip to content
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

setup script doesnt work on python3.6 #85

Open
chppppp opened this issue Sep 4, 2020 · 2 comments
Open

setup script doesnt work on python3.6 #85

chppppp opened this issue Sep 4, 2020 · 2 comments

Comments

@chppppp
Copy link

chppppp commented Sep 4, 2020

i run python3 setup.py install and then

asdasd@frickyou:~/etherscan$ python3 etherscan.py 
Traceback (most recent call last):
  File "etherscan.py", line 1, in <module>
    from etherscan.contracts import Contract
  File "/home/asdasd/etherscan/etherscan.py", line 1, in <module>
    from etherscan.contracts import Contract
ModuleNotFoundError: No module named 'etherscan.contracts'; 'etherscan' is not a package
@chppppp
Copy link
Author

chppppp commented Sep 4, 2020

apparently you have to work within the folder, the pip package doesnt actually install globally or something.

@pcko1
Copy link

pcko1 commented Sep 17, 2020

try pip install . @chppppp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants