Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#58349 closed defect (fixed)

py27-networkx: update error to version 2.3_0

Reported by: isezen (Ismail SEZEN) Owned by: stromnov (Andrey Stromnov)
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc:
Port: py-networkx

Description

Update Error to version 2.3. Log content is attached.

Attachments (2)

main.log (8.6 KB) - added by isezen (Ismail SEZEN) 5 years ago.
log file
main.2.log (32.7 KB) - added by isezen (Ismail SEZEN) 5 years ago.

Download all attachments as: .zip

Change History (17)

Changed 5 years ago by isezen (Ismail SEZEN)

Attachment: main.log added

log file

comment:1 Changed 5 years ago by isezen (Ismail SEZEN)

I also removed py27-networkx and dependencies and reinstalled but no luck.

comment:2 Changed 5 years ago by mf2k (Frank Schima)

Owner: set to stromnov
Port: py-networkx added
Status: newassigned

In the future, please fill in the Port field and add the port maintainer(s) to Cc (port info --maintainers py27-networkx), if any.

comment:3 Changed 5 years ago by mf2k (Frank Schima)

Here is the problem:

:info:build NetworkX 2.3+ requires Python 3.5 or later (2.7 detected).

comment:4 in reply to:  3 ; Changed 5 years ago by isezen (Ismail SEZEN)

Replying to mf2k:

Here is the problem:

:info:build NetworkX 2.3+ requires Python 3.5 or later (2.7 detected).

I already have python 3.6 and also 3.7 installed and python 3.6 is set as active for python command. Also python2 and python3 are properly set. (sudo port select --set python python36)

comment:5 in reply to:  2 Changed 5 years ago by isezen (Ismail SEZEN)

Replying to mf2k:

In the future, please fill in the Port field and add the port maintainer(s) to Cc (port info --maintainers py27-networkx), if any.

Thanks, I will try to remember next time. I always forget how to get maintainer's name and email address.

comment:6 in reply to:  4 ; Changed 5 years ago by mf2k (Frank Schima)

Replying to isezen:

I already have python 3.6 and also 3.7 installed and python 3.6 is set as active for python command. Also python2 and python3 are properly set. (sudo port select --set python python36)

So why are you trying to install py27-networkx?

comment:7 in reply to:  6 Changed 5 years ago by isezen (Ismail SEZEN)

Replying to mf2k:

So why are you trying to install py27-networkx?

Because py27-scikit-image (1) depends on py27-networkx. I (and a lot of others) also use python 2.7 sometimes. :)

1- https://github.com/macports/macports-ports/blob/master/python/py-scikit-image/Portfile

comment:8 Changed 5 years ago by mf2k (Frank Schima)

Until the maintainer changes the networkx version in the py27 sub-port, your workaround is to use a python 3 sub-port like py37-networkx and py37-scikit-image.

comment:9 in reply to:  8 Changed 5 years ago by isezen (Ismail SEZEN)

Replying to mf2k:

Until the maintainer changes the networkx version in the py27 sub-port, your workaround is to use a python 3 sub-port like py37-networkx and py37-scikit-image.

it is not problem for me, I just wanted to let the maintainer know the situation. Thanks for helping.

comment:10 Changed 5 years ago by mf2k (Frank Schima)

Thank you for reporting the issue.

comment:12 Changed 5 years ago by stromnov (Andrey Stromnov)

Resolution: fixed
Status: assignedclosed

In f9454816771d014ad2e71bf218c420baa2aa5150/macports-ports (master):

py-networkx: rollback to latest supported version for py27 and py34 subports

Closes: #58349

Changed 5 years ago by isezen (Ismail SEZEN)

Attachment: main.2.log added

comment:13 Changed 5 years ago by isezen (Ismail SEZEN)

This time another error occurs. Please, see the attached file.

comment:14 Changed 5 years ago by mf2k (Frank Schima)

That's the same error. You just need to wait ~30 minutes for the ports tree to sync.

comment:15 in reply to:  14 Changed 5 years ago by isezen (Ismail SEZEN)

That's the same error. You just need to wait ~30 minutes for the ports tree to sync.

my silly head... Ok, it works now.

Note: See TracTickets for help on using tickets.