-
## Problem Description
To create a new virtual environment, use the following command:
```
conda create -n python3.8.12 python=3.8.12 spyder=5.2.1
```
Start spyder, the following error occurred…
-
We (mostly @pquentin and I) [have been working on a proof of concept for adding pluggable async support to urllib3](https://github.com/python-trio/urllib3/issues/1), with the hope of eventually gettin…
-
## Describe the issue
This example plot is failing:
```
%matplotlib ipympl
import matplotlib.pyplot as plt
import numpy as np
fig, ax = plt.subplots()
x = np.linspace(0, 2*np.pi, 100)
y = np…
-
Hi @cthoyt I'd like to use your cookiecutter template. I am wondering how I should generate the docs ?
I see no Makefile like in the original https://github.com/audreyfeldroy/cookiecutter-pypackage…
-
## Description
### What steps will reproduce the problem?
import os
os. chdir('/Users/leslymunoz/PythonClass')
# #countdown
# for n in range(10,0,-1):
# print(n,'!')
# if( n==1):
# …
-
I have some evidence that either a hyphen or underscore is breaking 'make install' somewhere. Unfortunately I have little data than what I got. Removing the '-' from project slug AND removing '_' fr…
-
## Description
### What steps will reproduce the problem?
After switching to custom python, code analysis (F8) fails
### Traceback
```python-traceback
pylint error:
Using venv: /usr/local
Traceb…
-
Hi Greor,
I am running splicekit process, it reminds me of sh: 1: Syntax error: "(" unexpected
sh: 1: bsub: not found
Traceback (most recent call last):
FileNotFoundError: [Errno 2] No such file…
-
### What happened?
It seems when creating an object like
```
pulumi_signalfx.aws.Integration(
f"{account_prefix}_observability_integration",
enabled=True,
use_get_met…
-
环境:
![image](https://user-images.githubusercontent.com/22298609/209895072-f69875a1-ec56-4ebb-98a1-16c13b0652a0.png)
torch cu11.7
ubuntu20.04
显卡1080ti
代码
import os
os.environ["CUDA_VISIBLE_DEV…