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

Install won't work #31

Open
jmunozz opened this issue May 13, 2022 · 0 comments
Open

Install won't work #31

jmunozz opened this issue May 13, 2022 · 0 comments

Comments

@jmunozz
Copy link

jmunozz commented May 13, 2022

Hi,
I wanted to test solidata on local.
Either with manual install (cf README) or using make gunicorn-dev, i am unable to start the backend.

#9 20.41 ERROR: Cannot install -r requirements.txt (line 51) and urllib3==1.25.3 because these package versions have conflicting dependencies.
#9 20.41 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
#9 20.57 WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
#9 20.57 You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.

I encounter a version problem.
When manually install dependancies (pip install urllib3 and other dependancies that are not mentionned in requirements.txt), I still block on something that might be due to python version.

--- STARTING SOLIDATA API ---

Traceback (most recent call last):
  File "/Users/ledjodje/projects/solidata/solidata-backend/appserver.py", line 197, in <module>
    app_runner()
  File "/Users/ledjodje/projects/solidata/solidata-backend/venv/lib/python3.9/site-packages/click/core.py", line 1130, in __call__
    return self.main(*args, **kwargs)
  File "/Users/ledjodje/projects/solidata/solidata-backend/venv/lib/python3.9/site-packages/click/core.py", line 1055, in main
    rv = self.invoke(ctx)
  File "/Users/ledjodje/projects/solidata/solidata-backend/venv/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/Users/ledjodje/projects/solidata/solidata-backend/venv/lib/python3.9/site-packages/click/core.py", line 760, in invoke
    return __callback(*args, **kwargs)
  File "/Users/ledjodje/projects/solidata/solidata-backend/appserver.py", line 150, in app_runner
    from solidata_api.application import create_app
  File "/Users/ledjodje/projects/solidata/solidata-backend/solidata_api/application.py", line 139
    from solidata_api._core.async_tasks import async
                                               ^
SyntaxError: invalid syntax

Could you update the install process ?
Thanks

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

1 participant