It says Perceptilabs is Ready, but nothing happens

Greetings,

I have installed everything and all seemed pretty ok. I had only few problems with some components missing, that apart from that everything ran smoothly. It wasn’t until the last part, where you activate Perceptilabs to open the browser’s tab, where it didn’t open. Here’s what I got:

(pl) iMac-de-Imac:Installer imac$ perceptilabs
+/Users/imac/opt/anaconda3/envs/pl/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:526: FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
_np_qint8 = np.dtype([(“qint8”, np.int8, 1)])
/Users/imac/opt/anaconda3/envs/pl/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:527: FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
_np_quint8 = np.dtype([(“quint8”, np.uint8, 1)])
/Users/imac/opt/anaconda3/envs/pl/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:528: FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
_np_qint16 = np.dtype([(“qint16”, np.int16, 1)])
/Users/imac/opt/anaconda3/envs/pl/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:529: FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
_np_quint16 = np.dtype([(“quint16”, np.uint16, 1)])
/Users/imac/opt/anaconda3/envs/pl/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:530: FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
_np_qint32 = np.dtype([(“qint32”, np.int32, 1)])
/Users/imac/opt/anaconda3/envs/pl/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:535: FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
np_resource = np.dtype([(“resource”, np.ubyte, 1)])
2021-07-25 21:58:03,704 - WARNING - Thread-1 - threading.py:926 - Monitored process id is None. No monitoring will take place.
PerceptiLabs is ready…

What can I do to fix it, or am I just missing something.

P.D: I have as default browser Opera, don’t know if that’s it.

Thanks!

Hi @Sam,
Welcome to the forum!

From the printouts you sent here it looks like some things may be a bit outdated. What components were you having issues with during installation?
Also, would you mind running it as “perceptilabs -v=3” and send that printout as well? It causes more things to show up :slight_smile:

All the best,
Robert

Hi Robert, thank you!

Well I had to install some things from Anaconda, as an update, then I had to install an X-XR component for the Mac I am working with. It said that the component was updated. Another problem that i notice is that when I try to activate the 3.0 version, it is not recognized

(pl) iMac-de-Imac:Installer imac$ perceptilabs -v=3
/Users/imac/opt/anaconda3/envs/pl/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:526: FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
_np_qint8 = np.dtype([(“qint8”, np.int8, 1)])
/Users/imac/opt/anaconda3/envs/pl/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:527: FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
_np_quint8 = np.dtype([(“quint8”, np.uint8, 1)])
/Users/imac/opt/anaconda3/envs/pl/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:528: FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
_np_qint16 = np.dtype([(“qint16”, np.int16, 1)])
/Users/imac/opt/anaconda3/envs/pl/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:529: FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
_np_quint16 = np.dtype([(“quint16”, np.uint16, 1)])
/Users/imac/opt/anaconda3/envs/pl/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:530: FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
_np_qint32 = np.dtype([(“qint32”, np.int32, 1)])
/Users/imac/opt/anaconda3/envs/pl/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:535: FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
np_resource = np.dtype([(“resource”, np.ubyte, 1)])
usage: perceptilabs [-h] [-f FRONTEND_PID] [-l LOG_LEVEL] [-k INSTANTLY_KILL]
[-u USER] [-p PLATFORM] [-e ERROR]
perceptilabs: error: unrecognized arguments: -v=3

Hmm, what version of PL do you have? If you have an older MacOS it may have installed a much older version of PL which does not work any longer.
MacOS 10.14 or higher is required for the latest version to install and work :slight_smile:

Hi Robert, you are right, it is a bit older, I am going to try to update it to see if it works

Thanks!