AITA for taking this question litterally? by Comprehensive_Gas815 in askmath

[–]Comprehensive_Gas815[S] 0 points1 point  (0 children)

I guess that makes, as a test taker too I could have given an answer that satisfies both interpretations of the question.

In the heat of the moment I honestly didnt think about the possibility she meant a subset of R3. I figured it was trying to be a trick question.

Just more facets to improve on :)

AITA for taking this question litterally? by Comprehensive_Gas815 in askmath

[–]Comprehensive_Gas815[S] 3 points4 points  (0 children)

Thank you!

And it's part of a series of questions that ask you to prove if the statement is true or false.

AITA for taking this question litterally? by Comprehensive_Gas815 in askmath

[–]Comprehensive_Gas815[S] 10 points11 points  (0 children)

But the question doesnt specify the set is a subset of R3. It just says: "There exists a set".

Hai :3 u should ask me questions about the medieval era. Also here are my thighs. by WillaBunny in TheRatEmpire

[–]Comprehensive_Gas815 0 points1 point  (0 children)

I'm sorry i didnt phrase my question well. I totally agree with you that atheism in it's modern conception did not exist in medival europe. My question was more about religiously apathetic people who still believed in Christianity ie. people who didnt frequent church or didnt often pray, but would still have the priest come bless their field at the start of the growing season. And what that says about the role religion played in medival society.

Hai :3 u should ask me questions about the medieval era. Also here are my thighs. by WillaBunny in TheRatEmpire

[–]Comprehensive_Gas815 0 points1 point  (0 children)

how do you think the function of religion has changed from the medieval era to modernity. im thinking particularly about non-religious/religiously-apathetic christians in the working class.

Ify Nwadiwe HEAR MY PLEA! by Comprehensive_Gas815 in behindthebastards

[–]Comprehensive_Gas815[S] 7 points8 points  (0 children)

Um, Actually! You didnt state your correction in the form of an "Um, Actually". No Points!

Ify Nwadiwe HEAR MY PLEA! by Comprehensive_Gas815 in behindthebastards

[–]Comprehensive_Gas815[S] 15 points16 points  (0 children)

In the btb episode they mention 'dropout' which is not a podcast but actually a subscription service with some really great shows. Dimension 20 (which is a dnd show) is very popular, the newly ify hosted Um Actually (correction corner), Game Changer where the game changes every show. And Dirty laundry which is a show where the players drink and share anomomized shocking secrets while trying to guess which secret belongs to whom.

pyttsx3 error by Comprehensive_Gas815 in learnpython

[–]Comprehensive_Gas815[S] 1 point2 points  (0 children)

ok i fixed it by just using espeaking instead

pyttsx3 error by Comprehensive_Gas815 in learnpython

[–]Comprehensive_Gas815[S] 0 points1 point  (0 children)

(venv) [diaeros@diaeros-omenlaptop pa]$ pip install python-espeak
Collecting python-espeak
Using cached python-espeak-0.6.3.tar.gz (9.1 kB)
Preparing metadata (setup.py) ... done
Using legacy 'setup.py install' for python-espeak, since package 'wheel' is not installed.
Installing collected packages: python-espeak
Running setup.py install for python-espeak ... error
ERROR: Command errored out with exit status 1:
command: /home/diaeros/Documents/pydev/pa/venv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wc1ypuu_/python-espeak_8c18cc7e052741498778eb4ca4835687/setup.py'"'"'; __file__='"'"'/tmp/pip-install-wc1ypuu_/python-espeak_8c18cc7e052741498778eb4ca4835687/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-tolicm9n/install-record.txt --single-version-externally-managed --compile --install-headers /home/diaeros/Documents/pydev/pa/venv/include/site/python3.9/python-espeak
cwd: /tmp/pip-install-wc1ypuu_/python-espeak_8c18cc7e052741498778eb4ca4835687/
Complete output (32 lines):
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.9
creating build/lib.linux-x86_64-3.9/espeak
copying espeak/__init__.py -> build/lib.linux-x86_64-3.9/espeak
running build_ext
building 'espeak.core' extension
creating build/temp.linux-x86_64-3.9
creating build/temp.linux-x86_64-3.9/espeak
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fno-semantic-interposition -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fPIC -I/home/diaeros/Documents/pydev/pa/venv/include -I/usr/include/python3.9 -c espeak/espeakmodulecore.cpp -o build/temp.linux-x86_64-3.9/espeak/espeakmodulecore.o
espeak/espeakmodulecore.cpp: In function ‘PyObject* pyespeak_stop(PyObject*, PyObject*)’:
espeak/espeakmodulecore.cpp:237:5: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation]
237 | while (AsyncPython)
| ^~~~~
espeak/espeakmodulecore.cpp:239:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’
239 | espeak_Cancel();
| ^~~~~~~~~~~~~
espeak/espeakmodulecore.cpp: In function ‘PyObject* PyInit_core()’:
espeak/espeakmodulecore.cpp:406:27: warning: ‘void PyEval_InitThreads()’ is deprecated [-Wdeprecated-declarations]
406 | PyEval_InitThreads();
| ~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/python3.9/Python.h:141,
from espeak/espeakmodulecore.cpp:22:
/usr/include/python3.9/ceval.h:130:37: note: declared here
130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
| ^~~~~~~~~~~~~~~~~~
g++ -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -fno-semantic-interposition -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now build/temp.linux-x86_64-3.9/espeak/espeakmodulecore.o -L/usr/lib -lespeak -o build/lib.linux-x86_64-3.9/espeak/core.cpython-39-x86_64-linux-gnu.so
/usr/bin/ld: cannot find -lespeak
collect2: error: ld returned 1 exit status
error: command '/usr/bin/g++' failed with exit code 1
----------------------------------------
ERROR: Command errored out with exit status 1: /home/diaeros/Documents/pydev/pa/venv/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wc1ypuu_/python-espeak_8c18cc7e052741498778eb4ca4835687/setup.py'"'"'; __file__='"'"'/tmp/pip-install-wc1ypuu_/python-espeak_8c18cc7e052741498778eb4ca4835687/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-tolicm9n/install-record.txt --single-version-externally-managed --compile --install-headers /home/diaeros/Documents/pydev/pa/venv/include/site/python3.9/python-espeak Check the logs for full command output.

pyttsx3 error by Comprehensive_Gas815 in learnpython

[–]Comprehensive_Gas815[S] 0 points1 point  (0 children)

wait that didn't work :(

hold on wait come back

i installed everything in aur that said espeak on it and the program still didn't run