David Yerrington

Results 9 comments of David Yerrington

I also get the same error.

For anyone else interested, I found that running the notebook from any other directory, other than what's relative to the ./notebooks directory, produced this "file not found". I saw nothing...

> > Facing the same issue. > > Downgrading `docker-compose` to version `1.27.4` fixes the issue. I tried this and initially, my builds were able to complete, but then I...

Looks like you're referencing an attribute that doesn't exist in your dataframe @szz01. Why don't you post your full code example?

To me, @ivan-marroquin , the error is descriptive: ```bash File "c:\temp\python\python3.6.5\lib\site-packages\xgboost\core.py", line 1675, in _validate_features if self.feature_names != data.feature_names: File "c:\temp\python\python3.6.5\lib\site-packages\pandas\core\generic.py", line 5180, in getattr return object.getattribute(self, name) AttributeError: 'DataFrame'...

I'm also having this problem and doesn't seem to happen on a Windows 10 WSL environment but happens once I put everything in Docker. Seems like it works for a...

This would be great to have still. I'm only seeing a limited number of work experience records when I pull profiles.

I have a basic component wrapper I made and followed this advice @wibawasuyadnya and still have the problem of the last message getting deleted. ```javascript const TypewriterHero = ({ messages...