-
Notifications
You must be signed in to change notification settings - Fork 74
Installation issues #1
Comments
I run this on a 16.04 LTS box, running under Python 3.5. It'd be great if you can provide a full traceback for the install, as installing this can be a bit complicated due to the requirements. |
Rebuilding now with 16.04 - Python 3.5.1 installed as default.
|
|
Brilliant - seems to have worked. However, when i run "Python3 app.py" i receive: ImportError: No module named 'owapi' Thanks for the help! |
You have to run it like so:
|
Running that responds with: I'm inside the owapi directory where the config.yml file is. |
What's the output of |
can use api under php? |
what also, put that in a separate issue |
I mean how to use the owapi in php |
Sorry for the delay in replying - i managed to sort the issue above. Running the command you gave shows this: |
Never mind - sorted it now and it seems to be running. Although nothing coming through on port 4444. Will keep debugging now :) |
To fix that error it's |
That's what i did which fixed it :) I've got the api returning 404 but when entering an actual valid endpoint, i get this: Traceback (most recent call last): |
You need to have a redis server installed and running. |
Installed and done. :) Many thanks for your help - You're not working with Master Overwatch are you? :D |
Nope, I merely use their data set. |
For newcomers, I think it could be nice to put the By the way, you may be interested to know that there was an issue with typeguard in Python 3.5.2 until now: agronholm/typeguard#2 |
Hi,
Looking forward to trying this out - having a few issues running it though.
I've spun up a server with Ubuntu 14.04 and clones the repo but it doesn't seem to want to run. Installing from requirements.txt seems to miss Asphalt too.
What setup are you using and what version of Python should be used?
The text was updated successfully, but these errors were encountered: