How can I change the result of torch.cuda.is_available() to True?
These are some the information I can provide about my system:
$ python
Python 3.6.7 | packaged by conda-forge | (default, Nov 6 2019, 16:19:42)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import torch
>>> torch.version.cuda
'8.0.61'
>>> torch.cuda.is_available()
False
>>> torch.backends.cudnn.enabled
True
>>> torch.__version__
'1.0.0.dev20190328'
and
$ uname -a
Linux goku.bu.edu 3.10.0-1127.18.2.el7.x86_64 #1 SMP Sun Jul 26 15:27:06 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.8.2003 (Core)
Release: 7.8.2003
Codename: Core
$ nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Sat_Aug_25_21:08:01_CDT_2018
Cuda compilation tools, release 10.0, V10.0.130
$ cat /usr/local/cuda/version.txt
CUDA Version 10.0.130
$ nvidia-smi
Sat Sep 19 00:04:00 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 450.51.06 Driver Version: 450.51.06 CUDA Version: 11.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 GeForce GTX 108... Off | 00000000:05:00.0 Off | N/A |
| 0% 24C P8 12W / 250W | 55MiB / 11178MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
| 1 GeForce GTX 108... Off | 00000000:06:00.0 Off | N/A |
| 0% 27C P8 12W / 250W | 2MiB / 11178MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 2637 G /usr/bin/X 39MiB |
| 0 N/A N/A 2903 G /usr/bin/gnome-shell 12MiB |
+-----------------------------------------------------------------------------+
Regarding GPU:
$ lspci | grep ' VGA ' | cut -d" " -f 1 | xargs -i lspci -v -s {}
05:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1) (prog-if 00 [VGA controller])
Subsystem: eVga.com. Corp. Device 6598
Flags: bus master, fast devsel, latency 0, IRQ 88, NUMA node 0
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Memory at c0000000 (64-bit, prefetchable) [size=256M]
Memory at d0000000 (64-bit, prefetchable) [size=32M]
I/O ports at e000 [size=128]
[virtual] Expansion ROM at fb000000 [disabled] [size=512K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
06:00.0 VGA compatible controller: NVIDIA Corporation GP102 [GeForce GTX 1080 Ti] (rev a1) (prog-if 00 [VGA controller])
Subsystem: eVga.com. Corp. Device 6598
Flags: bus master, fast devsel, latency 0, IRQ 89, NUMA node 0
Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
Memory at a0000000 (64-bit, prefetchable) [size=256M]
Memory at b0000000 (64-bit, prefetchable) [size=32M]
I/O ports at d000 [size=128]
[virtual] Expansion ROM at f9000000 [disabled] [size=512K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidia
Related
I am new in postgresqlDB configuration. I am trying to configure postgresDB in HA mode with the help of pgpool and Elastic IP. Full setup is in AWS RHEL 8 servers.
pgpool version : 4.1.2
postgres version - 12
Below links I have followed during the configuration:
https://www.pgpool.net/docs/pgpool-II-4.1.2/en/html/example-cluster.html#EXAMPLE-CLUSTER-STRUCTURE
https://www.pgpool.net/docs/42/en/html/example-aws.html
https://www.enterprisedb.com/docs/pgpool/latest/03_configuring_connection_pooling/
Currently the postgres and pgpool services are up in all 3 component nodes. But if I am stopping master postgres service/server whole setup is going down and standby node is not taking the place of master. Please find the status of the pool nodes when master is down:
node_id | hostname | port | status | lb_weight | role | select_cnt | load_balance_node | replication_delay | replication_state | replication_sync_state | last_status_change
---------+--------------+------+--------+-----------+---------+------------+-------------------+-------------------+-------------------+------------------------+---------------------
0 | server1 | 5432 | down | 0.333333 | standby | 0 | false | 0 | | | 2022-10-12 12:10:13
1 | server2 | 5432 | up | 0.333333 | standby | 0 | true | 0 | | | 2022-10-13 09:16:07
2 | server3 | 5432 | up | 0.333333 | standby | 0 | false | 0 | | | 2022-10-13 09:16:07
Any help would be appreciated. Thanks in advance.
My goal is to connect two QEMU-KVM VMs on an overlay network. Each VM is running on a separate physical host and must have a static IP on the network 10.0.0.0/24. To achieve this goal, I want to use an OVS bridge with DPDK. I want to use the vhost-user-client protocol to connect the OVS bridge with the VMs.
My physical setup is the following: two physical machines equipped with a Mellanox ConnectX6-DX, and connected back-to-back (no physical switch). What I want to achieve is this:
+------------------+ +------------------+
| HOST_1 | | HOST_2 |
| | | |
| +------------+ | | +------------+ |
| | VM_1 | | | | VM_2 | |
| | | | | | | |
| | +--------+ | | | | +--------+ | |
| | | ens_2 | | | | | | ens_2 | | |
| | |10.0.0.1| | | | | |10.0.0.2| | |
| +-+---+----+-+ | | +-+---+----+-+ |
| | | | | |
| vhost-client-1 | | vhost-client-1 |
| | | | | |
| +-----+------+ | | +-----+------+ |
| | bridge | | | | bridge | |
| | br0 | | | | br0 | |
| |192.168.57.1| | | |192.168.57.2| |
| +-----+------+ | | +-----+------+ |
| | | | | |
| +---+--- | | +---+---+ |
| | dpdk0 | | | | dpdk0 | |
+----+---+--+------+ +----+---+---+-----+
| |
+-------------------------------+
I successfully created the OVS bridge (here, br0) and the DPDK port (here, dpdk0). On each physical machine, I am able to ping the bridge on the other machine. Then, I created a vhost-user-client port and attached it to the bridge. On each guest, I assigned a static IP according to the above picture, and the ens2 interface is up.
However, at this point I am not able to ping VM2 from VM1 or vice-versa. It seems like no traffic is exchanged through the vhost-client port at all. Ping fails with the Destination Host Unreachable message.
Some useful information:
ovs-vsctl show
Bridge br0
datapath_type: netdev
Port br0
Interface br0
type: internal
Port dpdk0
Interface dpdk0
type: dpdk
options: {dpdk-devargs="0000:01:00.0"}
Port vhost-client-1
Interface vhost-client-1
type: dpdkvhostuserclient
options: {vhost-server-path="/tmp/vhost-client-1"}
ovs_version: "2.16.1"
ovs-vsctl -- --columns=name,ofport list Interface
name : br0
ofport : 65534
name : dpdk0
ofport : 6
name : vhost-client-1
ofport : 2
ovs-ofctl dump-flows br0
cookie=0x0, duration=104.689s, table=0, n_packets=0, n_bytes=0, in_port="vhost-client-1" actions=output:dpdk0
cookie=0x0, duration=99.573s, table=0, n_packets=4, n_bytes=924, in_port=dpdk0 actions=output:"vhost-client-1"
ovs-ofctl show br0
OFPT_FEATURES_REPLY (xid=0x2): dpid:0000b8cef64def2e
n_tables:254, n_buffers:0
capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP
actions: output enqueue set_vlan_vid set_vlan_pcp strip_vlan mod_dl_src mod_dl_dst mod_nw_src mod_nw_dst mod_nw_tos mod_tp_src mod_tp_dst
2(vhost-client-1): addr:00:00:00:00:00:00
config: 0
state: LINK_DOWN
speed: 0 Mbps now, 0 Mbps max
6(dpdk0): addr:b8:ce:f6:4d:ef:2e
config: 0
state: 0
current: AUTO_NEG
speed: 0 Mbps now, 0 Mbps max
LOCAL(br0): addr:b8:ce:f6:4d:ef:2e
config: 0
state: 0
current: 10MB-FD COPPER
speed: 10 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0
Libvirt XML configuration (relevant parts)
<domain type='kvm'>
<name>ubuntu-server</name>
<devices>
<emulator>/usr/bin/qemu-system-x86_64</emulator>
<interface type='vhostuser'>
<mac address='52:54:00:16:a5:76'/>
<source type='unix' path='/tmp/vhost-client-1' mode='server'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</interface>
</devices>
</domain>
Which configuration option am I missing? I have followed several guides but still I am unable to route any traffic between my VMs.
I suspect that the problem is related to the LINK_DOWN status of the vhost-client-1 port as reported by the ovs-ofctl show command. I've tried to set that status as UP with the command ovs-ofctl mod-port br0 vhost-client-1 up. Even though the command did not fail, nothing changed.
Any thoughts?
Eventually, I managed to solve my problem. Vipin's answer was useful, but did not solve the issue. The configuration option I was missing was the numa option within the cpu element.
I post the working configuration file just in case it is useful for other people. The first part is about memory backing (under the domain element):
<memory unit='KiB'>[VM memory size]</memory>
<currentMemory unit='KiB'>[VM memory size]</currentMemory>
<memoryBacking>
<hugepages>
<page size='2048' unit='KiB'/>
</hugepages>
<locked/>
<source type='file'/>
<access mode='shared'/>
<allocation mode='immediate'/>
<discard/>
</memoryBacking>
But we also needed the numa configuration, even if our machine had just one processor:
<cpu mode='custom' match='exact' check='full'>
<model fallback='forbid'>qemu64</model>
<feature policy='require' name='x2apic'/>
<feature policy='require' name='hypervisor'/>
<feature policy='require' name='lahf_lm'/>
<feature policy='disable' name='svm'/>
<numa>
<cell id='0' cpus='0-1' memory='[VM memory size]' unit='KiB' memAccess='shared'/>
</numa>
</cpu>
suspect that the problem is related to the LINK_DOWN status of the vhost-client-1 port
[Answer] Yes, the cause for packet not reaching VM is OVS sees the interface down. Even with the presence of a rule to forward traffic from dpdk0 to vhost-client-1 the packets will be dropped.
The primary cause of link not up can be due to the qemu configuration memory backed with hugepages not being used. Vhost-USER port created by DPDK=OVS resides on the huge page memory area and access to the same is required.
A similar DPDK-QEMU StackOverflow address the use of viritio-client (via cmdline). So please adapt the settings shared into the link to virsh xml
template:
<memory unit='KiB'>[VM memory size]</memory>
<currentMemory unit='KiB'>[VM memory size]</currentMemory>
<memoryBacking> <hugepages/> </memoryBacking>
[EDIT-1] Based on the information shared from #ellere Vipin's answer was useful, but did not solve the issue. The configuration option I was missing was the numa option within the cpu element.
depending whether the memory used is from NUMA-SOCKET please add appropriate tag
I feel quite stupid as I can't seem to import geopandas.
I am using Anaconda (miniconda3) and feel like I have successfully installed via:
(base) C:\Users\Jeremy>Conda create -n geopandas_env
Collecting package metadata (current_repodata.json): done
Solving environment: done
## Package Plan ##
environment location: C:\Users\Jeremy\miniconda3\envs\geopandas_env
Proceed ([y]/n)? y
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
# $ conda activate geopandas_env
#
# To deactivate an active environment, use
#
# $ conda deactivate
(base) C:\Users\Jeremy>Conda activate geopandas_env
(geopandas_env) C:\Users\Jeremy>conda install python=3 geopandas
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: done
## Package Plan ##
environment location: C:\Users\Jeremy\miniconda3\envs\geopandas_env
added / updated specs:
- geopandas
- python=3
The following packages will be downloaded:
package | build
---------------------------|-----------------
attrs-20.3.0 | pyhd3eb1b0_0 43 KB
blas-1.0 | mkl 6 KB
bzip2-1.0.8 | he774522_0 113 KB
cfitsio-3.470 | he774522_6 512 KB
click-7.1.2 | py_0 71 KB
click-plugins-1.1.1 | py_0 12 KB
cligj-0.7.1 | py38haa95532_0 14 KB
curl-7.67.0 | h2a8f88b_0 123 KB
expat-2.2.10 | h33f27b4_2 187 KB
fiona-1.8.13.post1 | py38hd760492_0 619 KB
freexl-1.0.6 | h2bbff1b_0 51 KB
gdal-3.0.2 | py38hdf43c64_0 1.0 MB
geopandas-0.8.1 | py_0 902 KB
geos-3.8.0 | h33f27b4_0 905 KB
geotiff-1.5.1 | h5770a2b_1 126 KB
hdf4-4.2.13 | h712560f_2 1.3 MB
hdf5-1.10.4 | h7ebc959_0 7.9 MB
icc_rt-2019.0.0 | h0cc432a_1 6.0 MB
icu-58.2 | ha925a31_3 9.4 MB
intel-openmp-2020.2 | 254 1.6 MB
jpeg-9b | hb83a4c4_2 245 KB
kealib-1.4.7 | h07cbb95_6 133 KB
krb5-1.16.4 | hc04afaa_0 693 KB
libboost-1.67.0 | hd9e427e_4 18.6 MB
libcurl-7.67.0 | h2a8f88b_0 269 KB
libgdal-3.0.2 | h1155b67_0 7.0 MB
libiconv-1.15 | h1df5818_7 626 KB
libkml-1.3.0 | he5f2a48_4 19.7 MB
libnetcdf-4.6.1 | h411e497_2 494 KB
libpng-1.6.37 | h2a8f88b_0 333 KB
libpq-11.2 | h3235a2c_0 2.6 MB
libspatialindex-1.9.3 | h33f27b4_0 351 KB
libspatialite-4.3.0a | h7ffb84d_0 2.3 MB
libssh2-1.9.0 | h7a1dbc1_1 215 KB
libtiff-4.1.0 | h56a325e_0 737 KB
libxml2-2.9.10 | hb89e7f3_3 1.5 MB
lz4-c-1.8.1.2 | h2fa13f4_0 176 KB
m2w64-expat-2.1.1 | 2 160 KB
m2w64-gcc-libgfortran-5.3.0| 6 340 KB
m2w64-gcc-libs-5.3.0 | 7 518 KB
m2w64-gcc-libs-core-5.3.0 | 7 213 KB
m2w64-gettext-0.19.7 | 2 4.2 MB
m2w64-gmp-6.1.0 | 2 689 KB
m2w64-libiconv-1.14 | 6 1.5 MB
m2w64-libwinpthread-git-5.0.0.4634.697f757| 2 30 KB
m2w64-xz-5.2.2 | 2 395 KB
mkl-2020.2 | 256 109.3 MB
mkl-service-2.3.0 | py38h196d8e1_0 47 KB
mkl_fft-1.2.0 | py38h45dec08_0 122 KB
mkl_random-1.1.1 | py38h47e9c7a_0 245 KB
msys2-conda-epoch-20160418 | 1 2 KB
munch-2.5.0 | py_0 15 KB
numpy-1.19.2 | py38hadc3359_0 22 KB
numpy-base-1.19.2 | py38ha3acd2a_0 3.8 MB
openjpeg-2.3.0 | h5ec785f_1 205 KB
pandas-1.2.0 | py38hf11a4ad_0 7.9 MB
pcre-8.44 | ha925a31_0 384 KB
pip-20.3.3 | py38haa95532_0 1.8 MB
postgresql-11.2 | h3235a2c_0 13.0 MB
proj-6.2.1 | h9f7ef89_0 7.9 MB
pyproj-2.6.1.post1 | py38hcfa1391_1 320 KB
python-dateutil-2.8.1 | py_0 215 KB
pytz-2020.5 | pyhd3eb1b0_0 182 KB
rtree-0.9.4 | py38h21ff451_1 49 KB
setuptools-51.0.0 | py38haa95532_2 741 KB
shapely-1.7.1 | py38h210f175_0 374 KB
tbb-2018.0.5 | he980bc4_0 150 KB
tiledb-1.6.3 | h7b000aa_0 1.3 MB
tk-8.6.10 | he774522_0 2.7 MB
vc-14.2 | h21ff451_1 8 KB
vs2015_runtime-14.27.29016 | h5e58377_2 1007 KB
wheel-0.36.2 | pyhd3eb1b0_0 33 KB
xerces-c-3.2.3 | ha925a31_0 2.8 MB
xz-5.2.5 | h62dcd97_0 244 KB
zstd-1.3.7 | h508b16e_0 337 KB
------------------------------------------------------------
Total: 249.7 MB
The following NEW packages will be INSTALLED:
attrs pkgs/main/noarch::attrs-20.3.0-pyhd3eb1b0_0
blas pkgs/main/win-64::blas-1.0-mkl
bzip2 pkgs/main/win-64::bzip2-1.0.8-he774522_0
ca-certificates pkgs/main/win-64::ca-certificates-2020.12.8-haa95532_0
certifi pkgs/main/win-64::certifi-2020.12.5-py38haa95532_0
cfitsio pkgs/main/win-64::cfitsio-3.470-he774522_6
click pkgs/main/noarch::click-7.1.2-py_0
click-plugins pkgs/main/noarch::click-plugins-1.1.1-py_0
cligj pkgs/main/win-64::cligj-0.7.1-py38haa95532_0
curl pkgs/main/win-64::curl-7.67.0-h2a8f88b_0
expat pkgs/main/win-64::expat-2.2.10-h33f27b4_2
fiona pkgs/main/win-64::fiona-1.8.13.post1-py38hd760492_0
freexl pkgs/main/win-64::freexl-1.0.6-h2bbff1b_0
gdal pkgs/main/win-64::gdal-3.0.2-py38hdf43c64_0
geopandas pkgs/main/noarch::geopandas-0.8.1-py_0
geos pkgs/main/win-64::geos-3.8.0-h33f27b4_0
geotiff pkgs/main/win-64::geotiff-1.5.1-h5770a2b_1
hdf4 pkgs/main/win-64::hdf4-4.2.13-h712560f_2
hdf5 pkgs/main/win-64::hdf5-1.10.4-h7ebc959_0
icc_rt pkgs/main/win-64::icc_rt-2019.0.0-h0cc432a_1
icu pkgs/main/win-64::icu-58.2-ha925a31_3
intel-openmp pkgs/main/win-64::intel-openmp-2020.2-254
jpeg pkgs/main/win-64::jpeg-9b-hb83a4c4_2
kealib pkgs/main/win-64::kealib-1.4.7-h07cbb95_6
krb5 pkgs/main/win-64::krb5-1.16.4-hc04afaa_0
libboost pkgs/main/win-64::libboost-1.67.0-hd9e427e_4
libcurl pkgs/main/win-64::libcurl-7.67.0-h2a8f88b_0
libgdal pkgs/main/win-64::libgdal-3.0.2-h1155b67_0
libiconv pkgs/main/win-64::libiconv-1.15-h1df5818_7
libkml pkgs/main/win-64::libkml-1.3.0-he5f2a48_4
libnetcdf pkgs/main/win-64::libnetcdf-4.6.1-h411e497_2
libpng pkgs/main/win-64::libpng-1.6.37-h2a8f88b_0
libpq pkgs/main/win-64::libpq-11.2-h3235a2c_0
libspatialindex pkgs/main/win-64::libspatialindex-1.9.3-h33f27b4_0
libspatialite pkgs/main/win-64::libspatialite-4.3.0a-h7ffb84d_0
libssh2 pkgs/main/win-64::libssh2-1.9.0-h7a1dbc1_1
libtiff pkgs/main/win-64::libtiff-4.1.0-h56a325e_0
libxml2 pkgs/main/win-64::libxml2-2.9.10-hb89e7f3_3
lz4-c pkgs/main/win-64::lz4-c-1.8.1.2-h2fa13f4_0
m2w64-expat pkgs/msys2/win-64::m2w64-expat-2.1.1-2
m2w64-gcc-libgfor~ pkgs/msys2/win-64::m2w64-gcc-libgfortran-5.3.0-6
m2w64-gcc-libs pkgs/msys2/win-64::m2w64-gcc-libs-5.3.0-7
m2w64-gcc-libs-co~ pkgs/msys2/win-64::m2w64-gcc-libs-core-5.3.0-7
m2w64-gettext pkgs/msys2/win-64::m2w64-gettext-0.19.7-2
m2w64-gmp pkgs/msys2/win-64::m2w64-gmp-6.1.0-2
m2w64-libiconv pkgs/msys2/win-64::m2w64-libiconv-1.14-6
m2w64-libwinpthre~ pkgs/msys2/win-64::m2w64-libwinpthread-git-5.0.0.4634.697f757-2
m2w64-xz pkgs/msys2/win-64::m2w64-xz-5.2.2-2
mkl pkgs/main/win-64::mkl-2020.2-256
mkl-service pkgs/main/win-64::mkl-service-2.3.0-py38h196d8e1_0
mkl_fft pkgs/main/win-64::mkl_fft-1.2.0-py38h45dec08_0
mkl_random pkgs/main/win-64::mkl_random-1.1.1-py38h47e9c7a_0
msys2-conda-epoch pkgs/msys2/win-64::msys2-conda-epoch-20160418-1
munch pkgs/main/noarch::munch-2.5.0-py_0
numpy pkgs/main/win-64::numpy-1.19.2-py38hadc3359_0
numpy-base pkgs/main/win-64::numpy-base-1.19.2-py38ha3acd2a_0
openjpeg pkgs/main/win-64::openjpeg-2.3.0-h5ec785f_1
openssl pkgs/main/win-64::openssl-1.1.1i-h2bbff1b_0
pandas pkgs/main/win-64::pandas-1.2.0-py38hf11a4ad_0
pcre pkgs/main/win-64::pcre-8.44-ha925a31_0
pip pkgs/main/win-64::pip-20.3.3-py38haa95532_0
postgresql pkgs/main/win-64::postgresql-11.2-h3235a2c_0
proj pkgs/main/win-64::proj-6.2.1-h9f7ef89_0
pyproj pkgs/main/win-64::pyproj-2.6.1.post1-py38hcfa1391_1
python pkgs/main/win-64::python-3.8.5-h5fd99cc_1
python-dateutil pkgs/main/noarch::python-dateutil-2.8.1-py_0
pytz pkgs/main/noarch::pytz-2020.5-pyhd3eb1b0_0
rtree pkgs/main/win-64::rtree-0.9.4-py38h21ff451_1
setuptools pkgs/main/win-64::setuptools-51.0.0-py38haa95532_2
shapely pkgs/main/win-64::shapely-1.7.1-py38h210f175_0
six pkgs/main/win-64::six-1.15.0-py38haa95532_0
sqlite pkgs/main/win-64::sqlite-3.33.0-h2a8f88b_0
tbb pkgs/main/win-64::tbb-2018.0.5-he980bc4_0
tiledb pkgs/main/win-64::tiledb-1.6.3-h7b000aa_0
tk pkgs/main/win-64::tk-8.6.10-he774522_0
vc pkgs/main/win-64::vc-14.2-h21ff451_1
vs2015_runtime pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2
wheel pkgs/main/noarch::wheel-0.36.2-pyhd3eb1b0_0
wincertstore pkgs/main/win-64::wincertstore-0.2-py38_0
xerces-c pkgs/main/win-64::xerces-c-3.2.3-ha925a31_0
xz pkgs/main/win-64::xz-5.2.5-h62dcd97_0
zlib pkgs/main/win-64::zlib-1.2.11-h62dcd97_4
zstd pkgs/main/win-64::zstd-1.3.7-h508b16e_0
Proceed ([y]/n)? y
Downloading and Extracting Packages
intel-openmp-2020.2 | 1.6 MB | ############################################################################ | 100%
geotiff-1.5.1 | 126 KB | ############################################################################ | 100%
geopandas-0.8.1 | 902 KB | ############################################################################ | 100%
m2w64-expat-2.1.1 | 160 KB | ############################################################################ | 100%
rtree-0.9.4 | 49 KB | ############################################################################ | 100%
bzip2-1.0.8 | 113 KB | ############################################################################ | 100%
m2w64-gcc-libs-5.3.0 | 518 KB | ############################################################################ | 100%
blas-1.0 | 6 KB | ############################################################################ | 100%
freexl-1.0.6 | 51 KB | ############################################################################ | 100%
postgresql-11.2 | 13.0 MB | ############################################################################ | 100%
m2w64-gettext-0.19.7 | 4.2 MB | ############################################################################ | 100%
libtiff-4.1.0 | 737 KB | ############################################################################ | 100%
m2w64-libwinpthread- | 30 KB | ############################################################################ | 100%
libpq-11.2 | 2.6 MB | ############################################################################ | 100%
lz4-c-1.8.1.2 | 176 KB | ############################################################################ | 100%
mkl-service-2.3.0 | 47 KB | ############################################################################ | 100%
kealib-1.4.7 | 133 KB | ############################################################################ | 100%
libcurl-7.67.0 | 269 KB | ############################################################################ | 100%
hdf5-1.10.4 | 7.9 MB | ############################################################################ | 100%
icu-58.2 | 9.4 MB | ############################################################################ | 100%
krb5-1.16.4 | 693 KB | ############################################################################ | 100%
m2w64-libiconv-1.14 | 1.5 MB | ############################################################################ | 100%
tiledb-1.6.3 | 1.3 MB | ############################################################################ | 100%
vs2015_runtime-14.27 | 1007 KB | ############################################################################ | 100%
gdal-3.0.2 | 1.0 MB | ############################################################################ | 100%
mkl_random-1.1.1 | 245 KB | ############################################################################ | 100%
xz-5.2.5 | 244 KB | ############################################################################ | 100%
libpng-1.6.37 | 333 KB | ############################################################################ | 100%
mkl_fft-1.2.0 | 122 KB | ############################################################################ | 100%
cligj-0.7.1 | 14 KB | ############################################################################ | 100%
pyproj-2.6.1.post1 | 320 KB | ############################################################################ | 100%
cfitsio-3.470 | 512 KB | ############################################################################ | 100%
m2w64-xz-5.2.2 | 395 KB | ############################################################################ | 100%
pip-20.3.3 | 1.8 MB | ############################################################################ | 100%
libssh2-1.9.0 | 215 KB | ############################################################################ | 100%
zstd-1.3.7 | 337 KB | ############################################################################ | 100%
mkl-2020.2 | 109.3 MB | ############################################################################ | 100%
m2w64-gcc-libgfortra | 340 KB | ############################################################################ | 100%
m2w64-gcc-libs-core- | 213 KB | ############################################################################ | 100%
pcre-8.44 | 384 KB | ############################################################################ | 100%
expat-2.2.10 | 187 KB | ############################################################################ | 100%
libgdal-3.0.2 | 7.0 MB | ############################################################################ | 100%
libkml-1.3.0 | 19.7 MB | ############################################################################ | 100%
pytz-2020.5 | 182 KB | ############################################################################ | 100%
munch-2.5.0 | 15 KB | ############################################################################ | 100%
jpeg-9b | 245 KB | ############################################################################ | 100%
numpy-1.19.2 | 22 KB | ############################################################################ | 100%
fiona-1.8.13.post1 | 619 KB | ############################################################################ | 100%
setuptools-51.0.0 | 741 KB | ############################################################################ | 100%
curl-7.67.0 | 123 KB | ############################################################################ | 100%
hdf4-4.2.13 | 1.3 MB | ############################################################################ | 100%
wheel-0.36.2 | 33 KB | ############################################################################ | 100%
icc_rt-2019.0.0 | 6.0 MB | ############################################################################ | 100%
geos-3.8.0 | 905 KB | ############################################################################ | 100%
libxml2-2.9.10 | 1.5 MB | ############################################################################ | 100%
shapely-1.7.1 | 374 KB | ############################################################################ | 100%
libspatialite-4.3.0a | 2.3 MB | ############################################################################ | 100%
tbb-2018.0.5 | 150 KB | ############################################################################ | 100%
msys2-conda-epoch-20 | 2 KB | ############################################################################ | 100%
click-7.1.2 | 71 KB | ############################################################################ | 100%
proj-6.2.1 | 7.9 MB | ############################################################################ | 100%
vc-14.2 | 8 KB | ############################################################################ | 100%
libspatialindex-1.9. | 351 KB | ############################################################################ | 100%
m2w64-gmp-6.1.0 | 689 KB | ############################################################################ | 100%
xerces-c-3.2.3 | 2.8 MB | ############################################################################ | 100%
libboost-1.67.0 | 18.6 MB | ############################################################################ | 100%
pandas-1.2.0 | 7.9 MB | ############################################################################ | 100%
python-dateutil-2.8. | 215 KB | ############################################################################ | 100%
numpy-base-1.19.2 | 3.8 MB | ############################################################################ | 100%
libiconv-1.15 | 626 KB | ############################################################################ | 100%
attrs-20.3.0 | 43 KB | ############################################################################ | 100%
openjpeg-2.3.0 | 205 KB | ############################################################################ | 100%
libnetcdf-4.6.1 | 494 KB | ############################################################################ | 100%
tk-8.6.10 | 2.7 MB | ############################################################################ | 100%
click-plugins-1.1.1 | 12 KB | ############################################################################ | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
(geopandas_env) C:\Users\Jeremy>
I am getting a:
Traceback (most recent call last):
File "C:\Users\Jeremy.py", line 4, in
import geopandas as gpd
ModuleNotFoundError: No module named 'geopandas'
[Finished in 0.278s]
Not sure if relevant but I am using Atom 1.53.0 w/ pythong 3.8 on Windows Version 10.0
when I import sys and look if geopandas is there I get False
I have tried the solutions here: ImportError: No module named geopandas to no avail
Can someone please walk me through any potential solutions in the same way they would explain to a small child how to tie their shoes. Thank you
EDIT: After a night of sleep I have tried to uninstall via pip and get:
rosoft Windows [Version 10.0.19042.685]
(c) 2020 Microsoft Corporation. All rights reserved.
C:\Users\Jeremy>pip uninstall geopandas
WARNING: Skipping geopandas as it is not installed.
C:\Users\Jeremy>pip install geopandas
Collecting geopandas
Using cached geopandas-0.8.1-py2.py3-none-any.whl (962 kB)
Requirement already satisfied: pandas>=0.23.0 in c:\users\jeremy\appdata\local\programs\python\python38-32\lib\site-packages (from geopandas) (1.1.4)
Requirement already satisfied: pytz>=2017.2 in c:\users\jeremy\appdata\local\programs\python\python38-32\lib\site-packages (from pandas>=0.23.0->geopandas) (2020.4)
Requirement already satisfied: python-dateutil>=2.7.3 in c:\users\jeremy\appdata\local\programs\python\python38-32\lib\site-packages (from pandas>=0.23.0->geopandas) (2.8.1)
Requirement already satisfied: numpy>=1.15.4 in c:\users\jeremy\appdata\local\programs\python\python38-32\lib\site-packages (from pandas>=0.23.0->geopandas) (1.19.3)
Collecting pyproj>=2.2.0
Downloading pyproj-3.0.0.post1-cp38-cp38-win32.whl (12.1 MB)
|████████████████████████████████| 12.1 MB 6.8 MB/s
Requirement already satisfied: certifi in c:\users\jeremy\appdata\local\programs\python\python38-32\lib\site-packages (from pyproj>=2.2.0->geopandas) (2020.6.20)
Requirement already satisfied: six>=1.5 in c:\users\jeremy\appdata\local\programs\python\python38-32\lib\site-packages (from python-dateutil>=2.7.3->pandas>=0.23.0->geopandas) (1.15.0)
Collecting fiona
Using cached Fiona-1.8.18.tar.gz (1.3 MB)
ERROR: Command errored out with exit status 1:
command: 'c:\users\jeremy\appdata\local\programs\python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\Jeremy\AppData\Local\Temp\pip-install-r7rq8ht_\fiona_8a53c4d23da14715a1f0fc69f0a79dab\setup.py'"'"'; file='"'"'C:\Users\Jeremy\AppData\Local\Temp\pip-install-r7rq8ht_\fiona_8a53c4d23da14715a1f0fc69f0a79dab\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\Jeremy\AppData\Local\Temp\pip-pip-egg-info-rhdvy5yt'
cwd: C:\Users\Jeremy\AppData\Local\Temp\pip-install-r7rq8ht_\fiona_8a53c4d23da14715a1f0fc69f0a79dab
Complete output (1 lines):
A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
C:\Users\Jeremy>
For anyone struggling with my error above:
pip install wheel
pip install pipwin
pipwin install numpy
pipwin install pandas
pipwin install shapely
pipwin install gdal
pipwin install fiona
pipwin install pyproj
pipwin install six
pipwin install rtree
pipwin install geopandas
here are the source links: http://geopandas.org/install.html#installation https://pip.pypa.io/en/latest/user_guide/#installing-from-wheels https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
I'm new to vscode.
I have used shortcut (commad + /) for toggling comments. But nowadays, this does not work for python codes. (This still work for my java codes) I guess some problems exist with python extensions but not sure. Can anybody help me?
Below is my environment.
System information
CPUs | Intel(R) Core(TM) i5-5257U CPU # 2.70GHz (4 x 2700)
-- | --
GPU Status | 2d_canvas: enabledflash_3d: enabledflash_stage3d: enabledflash_stage3d_baseline: enabledgpu_compositing: enabledmetal: disabled_offmultiple_raster_threads: enabled_onoop_rasterization: disabled_offprotected_video_decode: unavailable_offrasterization: enabledskia_renderer: disabled_off_okvideo_decode: enabledviz_display_compositor: enabled_onviz_hit_test_surface_layer: disabled_off_okwebgl: enabledwebgl2: enabled
Load (avg) | 3, 3, 3
Memory (System) | 8.00GB (0.38GB free)
Process Argv | .
Screen Reader | no
VM | 0%
Extensions installed
Extension | Author (truncated) | Version
-- | -- | --
vscode-django | bat | 0.20.0
npm-intellisense | chr | 1.3.0
path-intellisense | chr | 2.2.1
bracket-pair-colorizer | Coe | 1.0.61
vscode-markdownlint | Dav | 0.36.3
vscode-eslint | dba | 2.1.8
githistory | don | 0.6.9
python-extension-pack | don | 1.6.0
LogFileHighlighter | emi | 2.9.0
json-tools | eri | 1.0.2
prettier-vscode | esb | 5.5.0
code-runner | for | 0.11.0
mdmath | goe | 2.5.1
gc-excelviewer | Gra | 3.0.40
vscode-auto-open-markdown-preview | hnw | 0.0.4
vsc-python-indent | Kev | 1.11.0
node-module-intellisense | lei | 1.5.0
sftp | lix | 1.12.9
MagicPython | mag | 1.1.0
rainbow-csv | mec | 1.7.1
dotenv | mik | 1.0.1
prettify-json | moh | 0.0.3
vscode-language-pack-ko | MS- | 1.48.3
python | ms- | 2020.8.106424
remote-containers | ms- | 0.134.1
remote-ssh | ms- | 0.51.0
remote-ssh-edit | ms- | 0.51.0
remote-wsl | ms- | 0.44.5
vscode-remote-extensionpack | ms- | 0.20.0
color-highlight | nau | 2.3.0
vscode-jsp | pth | 0.0.3
vscode-data-preview | Ran | 2.0.0
ruby | reb | 0.27.0
java | red | 0.66.0
code-settings-sync | Sha | 3.4.3
trailing-spaces | sha | 0.3.1
guides | spy | 0.9.3
addDocComments | ste | 0.0.8
vscodeintellicode | Vis | 1.2.10
vscode-java-debug | vsc | 0.28.0
vscode-java-dependency | vsc | 0.13.0
vscode-java-pack | vsc | 0.10.0
vscode-java-test | vsc | 0.24.1
vscode-maven | vsc | 0.24.2
vscode-icons | vsc | 10.2.0
vscode-wakatime | Wak | 4.0.7
jinja | who | 0.0.8
vscode-ruby | win | 0.27.0
JavaScriptSnippets | xab | 1.8.0
Settings.json
{
"editor.minimap.enabled": false,
"workbench.colorTheme": "Visual Studio Dark",
"editor.renderIndentGuides": false,
"window.zoomLevel": 0,
"git.ignoreLegacyWarning": true,
"terminal.integrated.scrollback": 50000,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"terminal.integrated.commandsToSkipShell": [
"workbench.action.quickOpen"
],
"editor.rulers": [
80,
120
],
"dashboard.projectData": null,
"java.requirements.JDK11Warning": false,
"java.semanticHighlighting.enabled": true,
"python.languageServer": "Microsoft",
}
Have you tried using Ctrl+K+C ?
and to uncomment use Ctrl+K+U .
And the issue with your vscode might be that the shortcut is not registered.
Follow this link to register the shortcut, if you prefer Ctrl+/.
https://marketplace.visualstudio.com/items?itemName=munyabe.ToggleComment
[first of all; i run linux opensuse 11.4 ]
i try to run this little programme on a linux box.
Update: Hmmm well i guess that i have damned serious issues with the installation of
MECHA::FireFox Hmm - i should have to work through the steps in WWW::Mechanize::Firefox::Troubleshooting! But believe me - this is pretty damned hard to do: Especially the "Installation" section seems particularly applicable to my situation here!
There might some terrible things -happened. What should i do now!!?
#!/usr/bin/perl
use WWW::Mechanize::Firefox;
my $mech = WWW::Mechanize::Firefox->new();
open(INPUT, "urls.txt") or die "Can't open file: $!";
while (<INPUT>) {
chomp;
$mech->get($_);
my $png = $mech->content_as_png();
}
close(INPUT);
exit;
prerequisites:
i have a collection of ursl - stored in urls.txt
i have installed mechanize and WWW::Mechanize::Firefox
If i run the script i get fatal errors -
linux-vi17:/home/martin/bin # perl get_shots.pl
Failed to connect to , problem connecting to "localhost", port 4242:
connecting to the denied at /usr/lib/perl5/site_perl/5.12.3/MozRepl/Client.pm line 144
but wait - i also have installed the mozlRepl ....
K
Running make test
/usr/bin/perl "-Iinc" Makefile.PL --config= --installdeps=Class::Accessor::Fast,0,Module::Pluggable::Fast,0,Template,0,Template::Provider::FromDATA,0,UNIVERSAL::require,0
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/10-plugin-repl-enter.t t/11-plugin-repl-search.t t/12-plugin-repl-inspect.t t/13-plugin-repl-load.t t/14-plugin-repl-rename.t t/15-plugin-repl-print.t t/16-plugin-repl-home.t t/17-plugin-repl-back.t t/18-plugin-repl-util-help_url_for.t t/19-plugin-repl-util-doc_for.t t/20-plugin-json.t t/pod-coverage.t t/pod.t
t/00-load.t ........................... 1/3 # Testing MozRepl 0.06
t/00-load.t ........................... ok
t/10-plugin-repl-enter.t .............. [DEBUG] MozRepl logging enabled
[DEBUG]
---- Client arguments ----
.----------------------+------------------------------------------.
| client_arg_name | client_arg_value |
+----------------------+------------------------------------------+
| host | localhost |
| port | 4242 |
| timeout | 10 |
| extra_client_args | {} |
'----------------------+------------------------------------------'
t/10-plugin-repl-enter.t .............. ok
t/11-plugin-repl-search.t ............. [DEBUG] MozRepl logging enabled
[DEBUG]
---- Client arguments ----
.----------------------+------------------------------------------.
| client_arg_name | client_arg_value |
+----------------------+------------------------------------------+
| host | localhost |
| port | 4242 |
| timeout | 10 |
| extra_client_args | {} |
'----------------------+------------------------------------------'
t/11-plugin-repl-search.t ............. ok
t/12-plugin-repl-inspect.t ............ [DEBUG] MozRepl logging enabled
[DEBUG]
---- Client arguments ----
.----------------------+------------------------------------------.
| client_arg_name | client_arg_value |
+----------------------+------------------------------------------+
| host | localhost |
| port | 4242 |
| timeout | 10 |
| extra_client_args | {} |
'----------------------+------------------------------------------'
t/12-plugin-repl-inspect.t ............ ok
t/13-plugin-repl-load.t ............... [DEBUG] MozRepl logging enabled
[DEBUG]
---- Client arguments ----
.----------------------+------------------------------------------.
| client_arg_name | client_arg_value |
+----------------------+------------------------------------------+
| host | localhost |
| port | 4242 |
| timeout | 10 |
| extra_client_args | {} |
'----------------------+------------------------------------------'
t/13-plugin-repl-load.t ............... ok
t/14-plugin-repl-rename.t ............. [DEBUG] MozRepl logging enabled
[DEBUG]
---- Client arguments ----
.----------------------+------------------------------------------.
| client_arg_name | client_arg_value |
+----------------------+------------------------------------------+
| host | localhost |
| port | 4242 |
| timeout | 10 |
| extra_client_args | {} |
'----------------------+------------------------------------------'
t/14-plugin-repl-rename.t ............. ok
t/15-plugin-repl-print.t .............. [DEBUG] MozRepl logging enabled
[DEBUG]
---- Client arguments ----
.----------------------+------------------------------------------.
| client_arg_name | client_arg_value |
+----------------------+------------------------------------------+
| host | localhost |
| port | 4242 |
| timeout | 10 |
| extra_client_args | {} |
'----------------------+------------------------------------------'
t/15-plugin-repl-print.t .............. ok
t/16-plugin-repl-home.t ............... [DEBUG] MozRepl logging enabled
[DEBUG]
---- Client arguments ----
.----------------------+------------------------------------------.
| client_arg_name | client_arg_value |
+----------------------+------------------------------------------+
| host | localhost |
| port | 4242 |
| timeout | 10 |
| extra_client_args | {} |
'----------------------+------------------------------------------'
t/16-plugin-repl-home.t ............... ok
t/17-plugin-repl-back.t ............... [DEBUG] MozRepl logging enabled
[DEBUG]
---- Client arguments ----
.----------------------+------------------------------------------.
| client_arg_name | client_arg_value |
+----------------------+------------------------------------------+
| host | localhost |
| port | 4242 |
| timeout | 10 |
| extra_client_args | {} |
'----------------------+------------------------------------------'
t/17-plugin-repl-back.t ............... ok
t/18-plugin-repl-util-help_url_for.t .. [DEBUG] MozRepl logging enabled
[DEBUG]
---- Client arguments ----
.----------------------+------------------------------------------.
| client_arg_name | client_arg_value |
+----------------------+------------------------------------------+
| host | localhost |
| port | 4242 |
| timeout | 10 |
| extra_client_args | {} |
'----------------------+------------------------------------------'
t/18-plugin-repl-util-help_url_for.t .. ok
t/19-plugin-repl-util-doc_for.t ....... [DEBUG] MozRepl logging enabled
[DEBUG]
---- Client arguments ----
.----------------------+------------------------------------------.
| client_arg_name | client_arg_value |
+----------------------+------------------------------------------+
| host | localhost |
| port | 4242 |
| timeout | 10 |
| extra_client_args | {} |
'----------------------+------------------------------------------'
t/19-plugin-repl-util-doc_for.t ....... ok
t/20-plugin-json.t .................... [DEBUG] MozRepl logging enabled
[DEBUG]
---- Client arguments ----
.----------------------+------------------------------------------.
| client_arg_name | client_arg_value |
+----------------------+------------------------------------------+
| host | localhost |
| port | 4242 |
| timeout | 10 |
| extra_client_args | {} |
'----------------------+------------------------------------------'
t/20-plugin-json.t .................... ok
t/pod-coverage.t ...................... skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod.t ............................... skipped: Test::Pod 1.14 required for testing POD
All tests successful.
Files=14, Tests=42, 7 wallclock secs ( 0.14 usr 0.08 sys + 2.98 cusr 0.36 csys = 3.56 CPU)
Result: PASS
ZIGOROU/MozRepl-0.06.tar.gz
make test -- OK
Running make install
/usr/bin/perl "-Iinc" Makefile.PL --config= --installdeps=Class::Accessor::Fast,0,Module::Pluggable::Fast,0,Template,0,Template::Provider::FromDATA,0,UNIVERSAL::require,0
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Log.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Client.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Util.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Plugin/Base.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Plugin/JSON.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Plugin/Repl/Search.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Plugin/Repl/Load.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Plugin/Repl/Rename.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Plugin/Repl/Inspect.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Plugin/Repl/Home.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Plugin/Repl/Enter.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Plugin/Repl/Print.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Plugin/Repl/Back.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Plugin/Repl/Util/DocFor.pm
Installing /usr/lib/perl5/site_perl/5.12.3/MozRepl/Plugin/Repl/Util/HelpUrlFor.pm
Installing /usr/share/man/man3/MozRepl::Plugin::Repl::Util::DocFor.3pm
Installing /usr/share/man/man3/MozRepl::Plugin::Repl::Print.3pm
Installing /usr/share/man/man3/MozRepl::Plugin::Repl::Inspect.3pm
Installing /usr/share/man/man3/MozRepl::Plugin::Repl::Back.3pm
Installing /usr/share/man/man3/MozRepl::Plugin::Repl::Rename.3pm
Installing /usr/share/man/man3/MozRepl::Plugin::Repl::Util::HelpUrlFor.3pm
Installing /usr/share/man/man3/MozRepl::Client.3pm
Installing /usr/share/man/man3/MozRepl::Plugin::JSON.3pm
Installing /usr/share/man/man3/MozRepl::Plugin::Base.3pm
Installing /usr/share/man/man3/MozRepl::Log.3pm
Installing /usr/share/man/man3/MozRepl::Plugin::Repl::Load.3pm
Installing /usr/share/man/man3/MozRepl::Util.3pm
Installing /usr/share/man/man3/MozRepl::Plugin::Repl::Home.3pm
Installing /usr/share/man/man3/MozRepl::Plugin::Repl::Search.3pm
Installing /usr/share/man/man3/MozRepl::Plugin::Repl::Enter.3pm
Installing /usr/share/man/man3/MozRepl.3pm
Appending installation info to /usr/lib/perl5/5.12.3/i586-linux-thread-multi/perllocal.pod
ZIGOROU/MozRepl-0.06.tar.gz
make install -- OK
Update: Hmmm well i guess that i have damned serious issues with the installation of
MECHA::FireFox Hmm - i should have to work through the steps in WWW::Mechanize::Firefox::Troubleshooting! But believe me - this is pretty damned hard to do: Especially the "Installation" section seems particularly applicable to my situation here!
plz let me know what goes wrong here... !? Do not let me out in the dark
Presumably you haven't turned mozlRepl on. It doesn't listen all the time.