-
Need to upgrade to Python3.12 for other reasons, yet openbabel does not support it yet.
Would be interested to know if the developers plan to support python 3.12, and if so when?
thanks!!
-
(and presumably testing)
-
Ubuntu (others) don't have python alias referring to python3, so we should use python3 in shebang. It is recommended per https://legacy.python.org/dev/peps/pep-0394/
GeoRW updated
9 hours ago
-
**⚠️IMPORTANT⚠️ if you do not fill this out, we will automatically delete your issue. We will not help anyone that cannot fill out this template.**
- [ ] Have you read our [Wiki page "Common Issues…
-
`pip install extractous
`
returns:
`Collecting extractous
Using cached extractous-0.2.0-cp38-abi3-win_amd64.whl.metadata (2.4 kB)
Using cached extractous-0.2.0-cp38-abi3-win_amd64.whl (40…
-
I just saw this in the roscon2024, amazing and thx for this effort. I wanted to test quickly but I had an issue with python version and just wanted to see if there is a quick workaround.
I am work…
-
Hai, im Galuh Boy
and again, im asking about the code.
when you have to running the python code, you use the command in ubuntu (for server):
`python3 server.py 10 100`
and when you use comaand a…
-
Any chance of an update for Python3? I've been trying to edit observerip.py on my system for Python3 syntax but so far have been unable to get it working. Thanks.
n0hot updated
1 month ago
-
## Steps To Reproduce
```bash
git clone https://github.com/NixOS/nixpkgs.git
git switch nixos-24.05
nix-build -A python311Packages.dns
```
## Build log
Build Log
```
this d…
-
Building this package multiple times does not yield bit-by-bit identical
results, complicating the detection of Continuous Integration (CI) breaches. For
more information on this issue, visit
[repr…