Re: [QGIS-it-user] IMPORTPHOTOS - ERROR - OSX

2018-04-15 Per discussione Tony75
Ciao

ho seguito ciò che hai indicato, con la speranza di aver scaricato il
pacchetto  giusto. continua a darmi questo errore

➜  ~ pip3 install exifread 
Collecting exifread
  Downloading ExifRead-2.1.2.tar.gz
Building wheels for collected packages: exifread
  Running setup.py bdist_wheel for exifread ... done
  Stored in directory:
/Users/Harlock/Library/Caches/pip/wheels/bf/4a/e3/7c17937fac0c09f5a22d5c80021d85ad47befebef193197f11
Successfully built exifread
Installing collected packages: exifread
Successfully installed exifread-2.1.2
You are using pip version 9.0.3, however version 10.0.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

*HO AGGIORNATO PIP :*

➜  ~ sudo pip install --upgrade pip
Password:
The directory '/Users/Harlock/Library/Caches/pip/http' or its parent
directory is not owned by the current user and the cache has been disabled.
Please check the permissions and owner of that directory. If executing pip
with sudo, you may want sudo's -H flag.
The directory '/Users/Harlock/Library/Caches/pip' or its parent directory is
not owned by the current user and caching wheels has been disabled. check
the permissions and owner of that directory. If executing pip with sudo, you
may want sudo's -H flag.
Collecting pip
  Downloading pip-10.0.0-py2.py3-none-any.whl (1.3MB)
100% || 1.3MB 506kB/s 
Installing collected packages: pip
  Found existing installation: pip 9.0.3
Uninstalling pip-9.0.3:
  Successfully uninstalled pip-9.0.3
Successfully installed pip-10.0.0
➜  ~ sudo pip3 install exifread
sudo: pip3: command not found

*HO PROVATO COSÌ  E : *

➜  ~ pip install exifread  
Requirement already satisfied: exifread in /Library/Python/2.7/site-packages
(2.1.2)
matplotlib 1.3.1 requires nose, which is not installed.
matplotlib 1.3.1 requires tornado, which is not installed.
➜  ~ pip3 install exifread 
zsh: command not found: pip3
➜  ~ 

CONTINUA A DARMI L'ERRORE :

Impossibile caricare il plugin 'ImportPhotos' a causa di un errore chiamando
il metodo classFactory() 

ModuleNotFoundError: No module named 'exifread' 





--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] IMPORTPHOTOS - ERROR - OSX

2018-04-06 Per discussione cesaregal
Io ho risolto in questa maniera (macOS 10.13.3, QGIS 3.0.0-3, Python 3.6.5)

1) Ho scaricato il file exif-py-2.1.2.zip

2) Dopo l'estrazione del file zip ho portato la cartella exif-py-2.1.2 nella
directory:
 Applications\QGIS3.app\Contents\Resources\Python

3) Da terminale: $ pip3 install exifread

Mi ha così installato con successo Exifread-2.1.2.

Riaperto il programma QGIS 3.0, il Plugin ImportPhotos ora funziona
perfettamente.

Saluti
Cesare



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] IMPORTPHOTOS - ERROR - OSX

2018-04-05 Per discussione cesaregal
Ciao Tony,
ho cercato anch'io di installare lo stesso plugin e ho avuto lo stesso tuo
problema.
Anch'io come te continuo ad avere problemi con GDAL.
Mi è stato consigliato l'utilizzo di virtualenv.
Ti segnalo questo link su come installare al meglio python 3.6 e pip3 su MAC
High Sierra. Dimmi cosa ne pensi:
https://gist.github.com/alyssaq/f60393545173379e0f3f
Non ho ancora provveduto però ad eseguire quanto proposto nel link.
Saluti
Cesare




--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] IMPORTPHOTOS - ERROR - OSX

2018-04-05 Per discussione Totò
Tony75 wrote
> errori con python 3.6 e qgis 3 , qualche altro ha avuto lo stesso
> problema??
> grazie
> 
> Impossibile caricare il plugin 'ImportPhotos' a causa di un errore
> chiamando
> il metodo classFactory() 
> 
> ModuleNotFoundError: No module named 'exifread' 
> Traceback (most recent call last):

Ciao,
stesso problema ho avuto stamani in win 10 64b OSGeo4W;
come scritto nell'errore manca il modulo: exifread

grazie a OSGeo4W ho avuto la possibilità di installare il modulo ed ora
tutto funziona.

saluti



-
https://pigrecoinfinito.wordpress.com/
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] IMPORTPHOTOS - ERROR - OSX

2018-04-05 Per discussione Tony75
errori con python 3.6 e qgis 3 , qualche altro ha avuto lo stesso problema??
grazie

Impossibile caricare il plugin 'ImportPhotos' a causa di un errore chiamando
il metodo classFactory() 

ModuleNotFoundError: No module named 'exifread' 
Traceback (most recent call last):
  File
"/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
line 336, in startPlugin
plugins[packageName] = package.classFactory(iface)
  File "/Users/Harlock/Library/Application
Support/QGIS/QGIS3/profiles/default/python/plugins/ImportPhotos/__init__.py",
line 32, in classFactory
from .ImportPhotos import ImportPhotos
  File
"/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
line 664, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Users/Harlock/Library/Application
Support/QGIS/QGIS3/profiles/default/python/plugins/ImportPhotos/ImportPhotos.py",
line 33, in 
from .MouseClick import MouseClick
  File
"/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
line 664, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File "/Users/Harlock/Library/Application
Support/QGIS/QGIS3/profiles/default/python/plugins/ImportPhotos/MouseClick.py",
line 31, in 
import exifread
  File
"/Applications/QGIS3.app/Contents/MacOS/../Resources/python/qgis/utils.py",
line 664, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ModuleNotFoundError: No module named 'exifread'


Versione Python: 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28) [GCC 4.2.1
(Apple Inc. build 5666) (dot 3)] 
Versione di QGIS: 3.0.0-Girona Girona, exported 

Percorso Python:
/Applications/QGIS3.app/Contents/MacOS/../Resources/python
/Users/Harlock/Library/Application
Support/QGIS/QGIS3/profiles/default/python
/Users/Harlock/Library/Application
Support/QGIS/QGIS3/profiles/default/python/plugins
/Applications/QGIS3.app/Contents/MacOS/../Resources/python/plugins
/Library/Frameworks/GEOS.framework/Versions/3B/Python/3.6/site-packages
/Library/Frameworks/GDAL.framework/Versions/2.2/Python/3.6/site-packages
/Library/Frameworks/Python.framework/Versions/3.6/lib/python36.zip
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib-dynload
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages
/Users/Harlock/Library/Application
Support/QGIS/QGIS3/profiles/default/python



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user