google-research / lottery-ticket-hypothesis

A reimplementation of "The Lottery Ticket Hypothesis" (Frankle and Carbin) on MNIST.
https://arxiv.org/abs/1803.03635
Apache License 2.0
707 stars 136 forks source link

Error running setup.py #2

Open realravenclaw opened 5 years ago

realravenclaw commented 5 years ago

I got the following error whilst running setup.py. Is the URL 'https://github.com/brain-research/lottery-ticket' outdated?

running install running bdist_egg running egg_info creating lottery_ticket.egg-info writing lottery_ticket.egg-info/PKG-INFO writing dependency_links to lottery_ticket.egg-info/dependency_links.txt writing requirements to lottery_ticket.egg-info/requires.txt writing top-level names to lottery_ticket.egg-info/top_level.txt writing manifest file 'lottery_ticket.egg-info/SOURCES.txt' error: package directory 'lottery-ticket' does not exist

RSKothari commented 5 years ago

I created an empty directory called lottery-ticket in the repo root. No complains after that. Will you keep posting here if I stumble upon errors.