RocketMap / RocketMap

🌏 Live visualization of all the pokemon in your area... and more!
GNU Affero General Public License v3.0
2.81k stars 1.48k forks source link

xxhash Installation Error #74

Closed cmachikas closed 8 years ago

cmachikas commented 8 years ago

When installing on a fresh Linux environment, xxhash installation errors will cause pip install -r requirements.txt to crash. This may result in errors such as (excuse the paraphrasing) "pgoapi is not installed", "please update to protobuf3" or similar.

Installing python-dev packages with apt-get install python-dev prior to installing requirements.txt allows xxhash to compile correctly, allowing the dependencies to install normally.

In the Discord, about a dozen people were stuck on this single error tonight, and a simple documentation acknowledgement could alleviate a lot of requests on this matter.

Python2.7 on Ubuntu 14.04 VPS, fresh install.

EdenGottlieb commented 8 years ago

I also managed to solve a xxhash installation error (not being able to include python.h) by installing Python-dev.

cmachikas commented 8 years ago

@EdenGottlieb the errors are one in the same.

chuyskywalker commented 8 years ago

Thanks, will have linux docs updated accordingly.

nicktan147 commented 8 years ago

Apparently windows are also facing the same issue. Anyone have any idea how to solve it?

invisiblek commented 8 years ago

@nicktan147 try installing this: https://www.microsoft.com/en-us/download/details.aspx?id=44266