Skip to content
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

Installation Packages error #53

Open
AxelTdev opened this issue Apr 3, 2019 · 2 comments
Open

Installation Packages error #53

AxelTdev opened this issue Apr 3, 2019 · 2 comments

Comments

@AxelTdev
Copy link

AxelTdev commented Apr 3, 2019

Hi,
When i try to install python packages with:
sudo pip install oandapy

There is this error :
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-xmyyfrsm/pysimplemodel/
My Python version is 2.7.13.
This is the complete output:
` Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-xmyyfrsm/pysimplemodel/setup.py", line 6, in
from simple_model.version import version
File "/tmp/pip-install-xmyyfrsm/pysimplemodel/simple_model/init.py", line 2, in
from .builder import model_builder, model_many_builder
File "/tmp/pip-install-xmyyfrsm/pysimplemodel/simple_model/builder.py", line 3, in
from .models import Model
File "/tmp/pip-install-xmyyfrsm/pysimplemodel/simple_model/models.py", line 5, in
from .fields import ModelField, Unset
File "/tmp/pip-install-xmyyfrsm/pysimplemodel/simple_model/fields.py", line 24
return (f'ModelField(model_class={self.model_class!r}, name={self.name!r}, '
^
SyntaxError: invalid syntax

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-xmyyfrsm/pysimplemodel/
`
Thanks in advance

@chemlavictor
Copy link

I Have the same problem

@Draichi
Copy link

Draichi commented May 1, 2019

same here

but i could install using pip install git+https://github.com/oanda/oandapy.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants