thomas2004ch

Results 15 comments of thomas2004ch

This is what I get: C:\ProgramData\Anaconda3\Scripts>conda.exe info ta-lib Fetching package metadata ........... NoPackagesFoundError: Package missing in current win-64 channels: - ta-lib Btw: Is talib from Quantopian?

@mrjbq7 I think I fix the problem now. This page is very helful, though it is unofficial. http://www.lfd.uci.edu/~gohlke/pythonlibs/#ta-lib

Hi, I have problem by ingesting a data bundle of 1 minute. Attached is my 1-min data. Here is my extension.py: ` import pandas as pd from zipline.data.bundles import register...

Have you read the document of zipline? Zipline doesn't support 3.9 but 3.5 or 3.6

@rpelisse 1. My OS is RHEL7.7. 2. I've installed the Jboss EAP7 before. But I've deleted it before I installed the Jboss EAP6. I see the '/opt/rh/eap7/root/usr/share/wildfly' fomr the error...

Opps, sorry for the misunderstanding. 1. The SElinux is disable. 2. Here is the jbossas.log. Please change it to jbossas. [jbossas.log](https://github.com/redhat-cop/jboss_eap/files/3558925/jbossas.log)

Here are the files you need. The jboss.conf.log is the /etc/jbossas/jbossas.conf The jbossas.sys.log is the /etc/sysconfig/jbossas. [jbossas.conf.log](https://github.com/redhat-cop/jboss_eap/files/3558968/jbossas.conf.log) [jbossas.sys.log](https://github.com/redhat-cop/jboss_eap/files/3558969/jbossas.sys.log)

1. I did what you said above. But as I start the jboss with `systemctl start eap6-jbossas-standalon` I got error as follow: `Failed to start eap6-jbossas-standalone.service: Unit not found.` 2....

You are right. Now there is no error as I start the jboss. But the cursor doesn't return. I open another putty console and check the prozess with `ps -ef...

I run the `systemctl status eap6-jbossas-standalone.service -l` and get: `● eap6-jbossas-standalone.service - JBoss EAP Systemctl script Loaded: loaded (/usr/lib/systemd/system/eap6-jbossas-standalone.service; static; vendor preset: disabled) Active: failed (Result: exit-code) since Fri 2019-08-30...