Skip to content

Set-up instructions no longer work #44

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

Closed
ignasga opened this issue Dec 21, 2018 · 2 comments
Closed

Set-up instructions no longer work #44

ignasga opened this issue Dec 21, 2018 · 2 comments

Comments

@ignasga
Copy link

ignasga commented Dec 21, 2018

If you follow set up instruncions and download project. Create conda env. Install flask, flask-sqlalchemy and Authlib in that env. Then try to run app.py from pycharm, you get error.
I still had conda env, which was created in September and with which prject used to run, and with that env it still runs, but if I create new env following your instructions, I get error:
C:\Users\Ignas\Anaconda3\envs\ugpsts\python.exe -m flask run Traceback (most recent call last): File "C:\Users\Ignas\Anaconda3\envs\ugpsts\lib\runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "C:\Users\Ignas\Anaconda3\envs\ugpsts\lib\runpy.py", line 142, in _get_module_details return _get_module_details(pkg_main_name, error) File "C:\Users\Ignas\Anaconda3\envs\ugpsts\lib\runpy.py", line 109, in _get_module_details __import__(pkg_name) File "C:\Users\Ignas\Anaconda3\envs\ugpsts\lib\site-packages\flask\__init__.py", line 21, in <module> from .app import Flask, Request, Response File "C:\Users\Ignas\Anaconda3\envs\ugpsts\lib\site-packages\flask\app.py", line 25, in <module> from . import cli, json File "C:\Users\Ignas\Anaconda3\envs\ugpsts\lib\site-packages\flask\cli.py", line 18, in <module> import ssl File "C:\Users\Ignas\Anaconda3\envs\ugpsts\lib\ssl.py", line 98, in <module> import _ssl # if we can't import it, let the error propagate ImportError: DLL load failed: The specified module could not be found.

@ignasga
Copy link
Author

ignasga commented Dec 22, 2018

These are my "conda list"'s from older and new env. There are different package names, as well as new env has 3 packages more, namely ca-certificates, openssl, sqlite.
apilab.txt
ugpsts.txt

@lepture
Copy link
Member

lepture commented Dec 22, 2018

The error shows nothing about this project.

@lepture lepture closed this as completed Dec 23, 2018
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

2 participants