Closed JeffZwolle closed 6 months ago
Hmmm... I didn't had much time for testing non-dockerized applience. I'll check as soon as I can.
(currently Ubuntu 22.04) is missing something?
Hello! Finally had some time for tests. I used the same environment as you (Ubuntu 22.04, Python3.10). I've passed all the steps. One issue was only at python-ldap build. In my case it was fixed by apt-get install build-essentials libsasl2-dev python-dev-is-python3 libldap2-dev libssl-dev
before pipenv install
. Also I've changed in pipfile required python version to wildcard 3 version, so my pipfile was:
[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
privex-helpers = ">=2.14.0"
privex-loghelper = ">=1.0.6"
python-dateutil = "*"
pytz = "*"
rethinkdb = ">=2.4.7"
python-dotenv = "*"
quart = "=0.19.4"
werkzeug = "=3.0.1"
moment = "*"
datefinder = "*"
python-ldap = "*"
[requires]
python_version = "3"
Also make sure you have successfully pre-installed all necessary from the instruction. I'll add some info to the repo README. Good luck! I'll close this issue as I can't reproduce it. If you have some more info about this issue feel free to reopen it.
After creating the previous issue I did not have a lot of time free for this project. Now that I do, I have started the install from scratch. I used the instructions “Install in your system (not recommended)”, because the use of docker is not an option for this system. When using the command “pipenv install” I get this result which does not look quite right I think. I did follow the instructions, but maybe the installation (currently Ubuntu 22.04) is missing something?