-
python doesn't handle:
except ValueError, err:
^
SyntaxError: invalid syntax
Needs to be "as" format. Further issues with print statements.
I can push version for p…
ghost updated
6 years ago
-
-
Both `pip3 install filebytes` and `python3.5 setup.py install --user` install the package as `UNKNOWN-0.9.21` instead of `filebytes-0.9.21` which means packages that depend on this one don't find it.
…
-
Is pecan-notario python3 compatible?
[caniusepython3](https://pypi.python.org/pypi/caniusepython3) thinks it isn't py35 ready, but that may be due to setup.py missing python version stuffs.
-
Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_comprehensive_native_dropout_backward_cpu_int32&suite=TestInduct…
-
1. sudo apt install python3-builtwith
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package python3-builtwith
2. sudo ap…
-
`ImportError: cannot import name isMappingType`
Search in Google I was taken to [http://stackoverflow.com/questions/18736274/python-3-support-for-fabric](http://stackoverflow.com/questions/18736274/p…
-
Hi,
With python 3.12 it doesn't let installing all deps:
```sh
(omni) ➜ OmniParser git:(master) pyenv local 3.12
(omni) ➜ OmniParser git:(master) ✗ pip install -r requirements.txt
Collecting tor…
-
Has anyone succeeded in importing the pycppad in python 3.5? I know I have to deal with CppAD and boost first. I was successful in using cmake to build the boost library but then during setup of pycpp…
-
I've installed yagmail with: `pip3 install yagmail[all]`, also tried `pip3 install yagmail` and with `sudo` as well.
Now when I want to register and email inside an interactive python3 session via
…