-
Hi @freesunshine0316 ,
Thanks for sharing!
Would you consider upgrading your code to python 3? When I executed the code in different versions (python 2 and python 3), the results were quite differe…
-
**Descrição:** Aqui, o foco será manipular dados, coletar informações e criar funções simples para processar dados. Também serão realizados exercícios com operadores e amostragem de dados.
**Objeti…
-
Any plans for updating this outdated code from Python 2 to Python3?
-
I am using a venv with Python 3.12 installed, on Amazon Linux 2. Here's the venv setup:
```
(venv) [ec2-user@ip-172-16-4-94 work]$ python --version
Python 3.12.2
(venv) [ec2-user@ip-172-16-4-94 wo…
-
I attempted to utilize the example, but encountered some errors as follows.
Python 3.12.2 (main, Feb 6 2024, 20:19:44) [Clang 15.0.0 (clang-1500.1.0.2.5)] on darwin
```
import ollama
from ollama …
-
Do you plan to add support for Python 3.12 to the available list of images?
I am specifically interested in this inference AMI for an `inf1` instance type:
[public.ecr.aws/neuron/pytorch-inference…
-
https://www.windsong.top/python-comsol/
python调用comsol (2)
用Python调用comsol执行参数化分析的基本流程,大致可以先用comsol的图形界面建立好某个参数下的结构和设置完成一次模拟,保存文件为xx.mph。然后调用mph库,load刚才保存的文件。mph这个库相当于把comsol的java接口做一个封装,它本身提供的接口非…
-
### Dynamo Version
3.2.2.5494
### Host
DynamoSandbox
### Operating System
Microsoft Windows NT 10.0.19045.0
### What did you do?
print variable in Python engine (to DynamoStdOut )
### What did…
-
Hi. First of all, thanks for this addon, it really needed to be done and I'm glad I've found it online.
I'm having an error related to the auto smoth modifier, from what I know. This happens whenev…
-
Follow-up of 68417d414
As Python 2 support as been dropped, we can get rid of more of its specific constructs.
Eg. we still carry on unnecessary long forms of `super` calls all over the place. These…