File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2017 Lennart Grahl
3+ Copyright (c) 2021 Lennart Grahl
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -97,27 +97,6 @@ command:
9797
9898 $ threema-gateway version
9999
100- Troubleshooting
101- ***************
102-
103- **Invalid environment marker: python_version<="3.4" **
104-
105- If you're getting the following error when installing the library::
106-
107- Unpacking /tmp/threema-msgapi-sdk-python
108- Running setup.py (path:/tmp/pip-5b1d7h0w-build/setup.py) egg_info for package from file:///tmp/threema-msgapi-sdk-python
109- error in threema.gateway setup command: Invalid environment marker: python_version<="3.4"
110- Complete output from command python setup.py egg_info:
111- error in threema.gateway setup command: Invalid environment marker: python_version<="3.4"
112-
113- ... then you have an old version of setuptools installed. If you use a venv (as
114- described in the "Prerequisites" section), enter it (using ``source
115- venv/bin/activate ``) and then upgrade setuptools::
116-
117- $ pip install -U setuptools
118-
119- Now installing the ``threema.gateway `` module should work.
120-
121100 Contributing
122101************
123102
You can’t perform that action at this time.
0 commit comments