when a py2cytoscape version, compatible with Python 3.7.1, will be available?
See original GitHub issueRecently I installed py2cytoscape
and worked with it under an environment with python 3.6.4. Meanwhile I updated the networkx
library, via conda, and without notice it installed Python 3.7.1 along with other dependencies. The Python 3.7 was a major release and a lot of python packages that worked with 3.6.4 display errors under python 3.7.1. So I updated numpy, scipy, pandas, etc.
Unfortunately py2cytoscape
hasn’t yet a version compatible with 3.7.1, and I cannot use it anymore.
Could we hope that in the near future such a version will be available?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Python Release Python 3.7.1
Python 3.7.1. Release Date: Oct. 20, 2018. Note: The release you are looking at is Python 3.7.1, a bugfix release for the legacy...
Read more >Re: [cytoscape-helpdesk] I want to automate saving a view in ...
python : 3.7.1 (default, Dec 14 2018, 13:28:58) py2cytoscape: downloaded 1/28/2019 w/ pip install py2cytoscape code: from py2cytoscape import cyrest
Read more >What numpy version is compatible with Python 3.7?
Yes that's the way I read it, yet both PIP and Conda will install 1.21 with 3.7. At any rate with GMAT 2022a...
Read more >Cytoscape Automation: empowering workflow-based network ...
Under Cytoscape Automation, workflows can use CyREST to issue ... The Python library (called py2cytoscape [27]) is available via PyPI.
Read more >Cytoscape User Manual 3.7.1 documentation
This chapter describes how to produce custom workflows using CyREST natively and via Python and R interface libraries. More tutorials and examples are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The newest version on pypi should fix this issue. Closed.
Same issue as #79.#84 This pull request should fix that. It has to do with the usage of thejson.load
function. It only excepts strings prior to python 3.5, but excepts strings and bytes after python 3.6.My mistake. I misread. This is another issue. I am currently fixing an unrelated issue that might solve this problem. It has to do with PUT requests to the api don’t have a response body. #84 might fix that issue (02992bb).
For posterity, this is the same underlying issue as #82.