-
Hi
Python latest version doesn't support numpy
-
def anagrama(word1, word2):
if word1 == word2:
return False
else:
lista = []
lista2 = []
for i, j in zip(word1, word2):
lista.append(…
-
Port from Python 2.7 to Python 3
agtic updated
3 months ago
-
Since Python 2.7 End Of Life is coming soon, any foreseen issue with the Python code in acme-dns?
sh511 updated
3 months ago
-
### System Info
Impossible to install pandasai with python 3.12:
Python 3.12
OS : ubuntu
Pandasai version:
- 2.2.15 : nok
- 2.2.10 : nok
- 2.1.1 : nok
- 2.0.44 : nok
- 2.0 : nok
- 1.5.21 : n…
-
When running pip install -r requirements.txt, I'm getting the following error:
ERROR: Could not find a version that satisfies the requirement torch==2.1.2 (from versions: 2.2.0, 2.2.1, 2.2.2, 2.3.…
-
Note: This issue is due to I was trying to use pickle(Python 3) to load a pkl file that generated by Python 2.7.x pickle. I don't think this issue needs pay much attention, as Python 2's lifecycle has…
-
**Firstly, we've got to thank you for such a wonderful Add-on, cheers mate!**
The issue is, I get an attribute error GeometryNodeTree when clicking on any object to create, like a wall, etc. Any id…
-
```bash
python3 basic_example.py
```
Output
```text
The response of add_vertex:
Result: Status: 0, message: OK, value: {'message': 'Vertex data is successfully inserted'}
exception: 1 vali…
-
Attempting to build this project from source, I noticed the packaged CTemplate version has a Python 2 build/installation requirement:
```
[ 70%] Performing build step for 'CTemplate'
File "/hom…