ethereum / serpent

Other
366 stars 107 forks source link

Unable to Install #100

Open hwright-ucsb opened 8 years ago

hwright-ucsb commented 8 years ago

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 commented 8 years ago

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 commented 8 years ago

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

chfast commented 8 years ago

Nobody ever answered my PR :)

ChrisCalderon commented 8 years ago

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 commented 7 years ago

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

joeykrug commented 7 years ago
    I installed it on windows 10 in the ubuntu environment that windows has built in a while back, worked fine

    Get Outlook for iOS

On Tue, Jul 4, 2017 at 3:04 AM -0700, "Martin Maurer" notifications@github.com wrote:

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

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

beaugunderson commented 7 years ago

@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 commented 7 years ago

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!