-
Notifications
You must be signed in to change notification settings - Fork 151
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
Error #2
Comments
and
Command "c:\python35\python.exe -u -c "import setuptools, tokenize;file='C:\ \Users\Windows 7 Blue\AppData\Local\Temp\pip-build-7ib2tz0q\xxhash\setup. py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\ n');f.close();exec(compile(code, file, 'exec'))" install --record "C:\Users\ Windows 7 Blue\AppData\Local\Temp\pip-6hsvn30q-record\install-record.txt" --sing le-version-externally-managed --compile" failed with error code 1 in C:\Users\Wi ndows 7 Blue\AppData\Local\Temp\pip-build-7ib2tz0q\xxhash\ |
The first error is because pip3 install -U -r requirements.txt The second one is about failing to build |
today I try setup and get new error
|
Oops. There were some issues with case sensitivity on my pgoapi repo. It should work now. |
I can't install shapely ! do you know how to fix that ? |
Are you using notifications/landmarks or from landmarks import Landmarks from your config.py, and shapely will no longer be needed. If you are using it, |
when I remove I remove all line have Landmarks , it work but when I run worker.py I get error
During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Ahh, that's a bug. I've pushed a fix. Thanks for bringing that to my attention, I'm not sure how I missed it. Also, FYI: worker.py relies on having a database table of spawnpoints and their expiration times. I recently added wander.py which uses the old method of scanning every 70m. I haven't tested that much yet, so let me know if you use it and encounter issues. Most of my development effort will go towards spawnpoint scanning, but I'd like to have something to let people that are starting fresh build up a spawn DB. The spawnpoint database will automatically expand as they discover Pokemon with accurate expiration timestamps, so you can switch over to worker as soon as you have enough points to keep your workers busy. |
hmm i get a new error
|
You're not using notifications, right? It's importing notification which was importing cairo because you apparently have either Some additional checks that I added in 0c61351 will likely resolve that particular issue for you, but it would still be wise to remove any configuration options that are only relevant to notifications if you're not using that feature. That commit also comments out those options from the config.example. |
`$ python worker.py ` |
e102bd7 should fix that. |
I will setup this ! hope it don't have error ! |
…Noctem#2) Commit for tidier anti-db insertion
F:\pokeminer>python -i
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:01:18) [MSC v.1900 32 bit (In
tel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
what happen with me ?
The text was updated successfully, but these errors were encountered: