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

Unable to Install #100

Open
hwright-ucsb opened this issue May 30, 2016 · 8 comments
Open

Unable to Install #100

hwright-ucsb opened this issue May 30, 2016 · 8 comments

Comments

@hwright-ucsb
Copy link

I am following the procedure on "A Programmer’s Guide to Ethereum and Serpent" (https://mc2-umd.github.io/ethereumlab/docs/serpent_tutorial.pdf) and when I get to installing Serpent I get the error:

$ python setup.py install --user
Traceback (most recent call last):
File "setup.py", line 8, in
flag for flag in opt.split() if flag != '-Wstrict-prototypes'
AttributeError: 'NoneType' object has no attribute 'split'

Any ideas? I am on Windows 10.

@joeykrug
Copy link

Try using pip

pip install ethereum-serpent
pip install ethereum

Or if that fails try checking out the develop repo and doing:
make && sudo make install

@ChrisCalderon
Copy link

Oh, I've never been able to get serpent to install on Windows, but @chfast submitted pull request #91 that claims to fix that. I haven't tried it yet. Maybe you should try cloning his fork, and building with that?

@chfast
Copy link
Member

chfast commented Jul 25, 2016

Nobody ever answered my PR :)

@ChrisCalderon
Copy link

That's because the maintainers are busy with other stuff and haven't added any of the active community members to the repo. I think we should fork and focus improvements there.

@boorich
Copy link

boorich commented Jul 4, 2017

Did anyone by now manage to install serpent on Windows? Any hints would be very appreciated.

@joeykrug
Copy link

joeykrug commented Jul 4, 2017 via email

@beaugunderson
Copy link

@empea-careercriminal if you try the augur fork there are wheels available for windows now; pip install ethereum-serpent-augur-temp and let me know if it works for you; they're generated on appveyor

@boorich
Copy link

boorich commented Jul 12, 2017

I switched to an Ubuntu in the meantime which worked very well. Still, the augur one installed without any hassle on my Windows machine. Nice and thank you!

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

6 participants